3D Points/Vectors
3D point and 3D vector
Mathematical Objects
are represented by the same software implementation. The developer has to
distinguish them depending on the context.
3D points/vectors implement I3Dpt
interface, which controls its coordinates and operations.
To create a new point or vector call IObjectGenerator.Create
method with eType parameter set to eObjType3DPoint.
|