geom3d
AreSkewLines
test if two lines are skew
Calling Sequence
Parameters
Description
Examples
AreSkewLines(l1, l2)
l1, l2
-
lines
The routine returns true if the two given line are skew; false if they are not; and FAIL if it is unable to reach a conclusion.
The command with(geom3d,AreSkewLines) allows the use of the abbreviated form of this command.
withgeom3d:
linel1,pointA1,0,0,0,pointA2,1,1,0
l1
linel2,pointB1,0,0,1,pointB2,1,−1,1
l2
AreSkewLinesl1,l2
true
AreParallell1,l2
false
See Also
geom3d[AreParallel]
geom3d[line]
Download Help Document