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.
with⁡geom3d:
sphere⁡s1,point⁡o1,0,0,0,1
s1
line⁡l,o1,point⁡o2,0,0,1
l
rotation⁡s2,s1,π4,l
s2
rotation⁡s3,s2,7⁢π4,l
s3
AreDistinct⁡s1,s3
false
See Also
geom3d/objects
Download Help Document