AreSkewLines - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


geom3d

  

AreSkewLines

  

test if two lines are skew

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

AreSkewLines(l1, l2)

Parameters

l1, l2

-

lines

Description

• 

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.

Examples

withgeom3d:

linel1,pointA1,0,0,0,pointA2,1,1,0

l1

(1)

linel2,pointB1,0,0,1,pointB2,1,1,1

l2

(2)

AreSkewLinesl1,l2

true

(3)

AreParallell1,l2

false

(4)

See Also

geom3d[AreParallel]

geom3d[line]