DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ComponentsDG Kernel Components
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Collapse Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Math Objects > Points and Vectors Search Documentation


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.