Overload List
| Name | Description | |
|---|---|---|
| Intersect(Cog3DPlane, Cog3DLine, Cog3DVect3 , Cog3DShapeIntersectionStatusConstants ) |
Compute the intersection point between the given plane and
the given 3D line.
It is the caller responsibility to map the shapes to a common 3D
space before calling this method.
| |
| Intersect(Cog3DPlane, Cog3DPlane, Cog3DLine , Cog3DShapeIntersectionStatusConstants ) |
Compute the intersection line between two given planes.
It is the caller responsibility to map the shapes to a common 3D
space before calling this method.
| |
| Intersect(Cog3DPlane, Cog3DRay, Cog3DVect3 , Cog3DShapeIntersectionStatusConstants ) |
Compute the intersection point between the given plane and
the given 3D ray.
It is the caller responsibility to map the shapes to a common 3D
space before calling this method.
|
See Also