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

Online Help

All Products    Maple    MapleSim


geom3d

  

AreDistinct

  

test if given objects are distinct

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

AreDistinct({A, B, C, ...})

Parameters

A, B, C, ...

-

points, lines, planes, ...

Description

• 

The routine returns true if the given objects are distinct; false if they are not; and FAIL if it is unable to reach a conclusion.

• 

The command with(geom3d,AreDistinct) allows the use of the abbreviated form of this command.

Examples

withgeom3d:

spheres1,pointo1,0,0,0,1

s1

(1)

linel,o1,pointo2,0,0,1

l

(2)

rotations2,s1,π4,l

s2

(3)

rotations3,s2,7π4,l

s3

(4)

AreDistincts1,s3

false

(5)

See Also

geom3d/objects