#include "McdFrame.h"
Typedefs | |
| typedef McdGeometryID | McdPlaneID |
| McdPlane is a concrete McdGeometry type. | |
Functions | |
| void | McdPlaneRegisterType () |
| Register the McdPlane geometry type with the Mcd system. More... | |
| int | McdPlaneGetTypeID ( ) |
| Returns a unique ID identifying the McdPlane geometry type. | |
| McdPlaneID | McdPlaneCreate () |
| Create new Plane geometry. More... | |
|
Create new Plane geometry.
The plane is the xy-plane in its coordinate system.
|
Register the McdPlane geometry type with the Mcd system.
McdPlane is often registered implicitly via McdPrimitivesRegisterTypes() or McdSphereBoxPlaneRegisterTypes(). in which case it is an error to call McdBoxRegisterType() explicitly as well.
Copyright MathEngine PLC 2000, all rights reserved.