geom3d[AreCoplanar] - test if the given objects are on the same plane
|
Calling Sequence
|
|
AreCoplanar(A, B, C, D)
AreCoplanar(l1, l2)
|
|
Parameters
|
|
A, B, C, D
|
-
|
points
|
l1, l2
|
-
|
lines
|
|
|
|
|
Description
|
|
•
|
The routine returns true if the four given points or two given lines are coplanar (i.e., they are on the same plane); false if they are not; and FAIL if it is unable to reach a conclusion.
|
•
|
The command with(geom3d,AreCoplanar) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
Generate a random point on p
>
|
|
Hence, A, B, C and E must be on the same plane
>
|
|
| (2) |
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?