Close
Close window
AreSkewLines - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

geom3d

AreSkewLines

test if two lines are skew

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)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /