geom3d
AreDistinct
test if given objects are distinct
Calling Sequence
Parameters
Description
Examples
AreDistinct({A, B, C, ...})
A, B, C, ...
-
points, lines, planes, ...
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.
withgeom3d:
spheres1,pointo1,0,0,0,1
s1
linel,o1,pointo2,0,0,1
l
rotations2,s1,π4,l
s2
rotations3,s2,7π4,l
s3
AreDistincts1,s3
false
See Also
geom3d/objects
Download Help Document