Data Structures | |
struct | A3DCrossingPointsCrvIntersectionData |
Crossing point curve intersection data. | |
struct | A3DCrvIntersectionData |
Intersection structure. | |
Functions | |
A3DStatus | A3DCrvIntersectionGet (const A3DCrvIntersection *pCrv, A3DCrvIntersectionData *pData) |
Populates the A3DCrvIntersectionData structure. More... | |
A3DStatus | A3DCrvIntersectionCreate (const A3DCrvIntersectionData *pData, A3DCrvIntersection **ppCrv) |
Creates an A3DCrvIntersection from A3DCrvIntersectionData structure. More... | |