Tests if two lines are skew.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public bool IsSkewTo( Line line ) |
Visual Basic (Declaration) |
---|
Public Function IsSkewTo ( _ line As Line _ ) As Boolean |
Visual C++ |
---|
public: bool IsSkewTo( Line^ line ) |
Parameters
- line
- Type: ceometric.VectorGeometry..::.Line
A line.
Return Value
Returns true if two lines are skew, false otherwise.Remarks
Two lines are skew if they
- do not intersect and
- are not parallel.
The result of this test depends on the settings of the AbsoluteEpsilon variable.