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.
with⁡geom3d:
line⁡l1,point⁡A1,0,0,0,point⁡A2,1,1,0
l1
line⁡l2,point⁡B1,0,0,1,point⁡B2,1,−1,1
l2
AreSkewLines⁡l1,l2
true
AreParallel⁡l1,l2
false
See Also
geom3d[AreParallel]
geom3d[line]
Download Help Document