SKL3D namespace
From Solid Graphics Wiki
The SKL3D is SolidKit Library's namespace for 3D graphics types. The SKL3D is abbreviation for SolidKit Library 3D.
Contents |
View and object manipulation support
Constructive solid geometry support (SolidKit Pro package only)
Basic 3D types
- Point class
- PointList class
- Pointd class
- Vector class
- VectorList class
- Vectord class
- PointList class
- TriangleByRef class
- TriangleByRefList class
- Shape class
- ShapeRayIntersectionInfo struct
- Matrix3x3f class
- Matrix3x3d class
- Plane class
- Planed class
- LineSegment class
- LineSegmentd class
- LineSegmentByRef class
- Triangle class
- BoundingBox class
- SpatialIndex class
3D math functions
- TrianglesIntersect
- ClosestLinePoints
- ClosestLinePointPosition
- ClosestLineSegmentPoints
- LineTriangleIntersection
- LinePlaneIntersection
- PointOnLinePosition
- LinePositionToPoint
- SquareOfPointToLineDistance
- SquareOfPointToLineSegmentDistance
- SquareOfLineSegmentsDistance
