SolidKit3D namespace
From Solid Graphics Wiki
(Redirected from SolidKit3D)
The SolidKit3D is SolidKit Library's namespace for 3D graphics types.
Contents |
View and object manipulation support
Constructive solid geometry support (SolidKit Pro package only)
Basic 3D types
- SolidKit3D.Point struct
- SolidKit3D.PointList class
- SolidKit3D.Vector struct
- SolidKit3D.VectorList class
- SolidKit3D.PointList class
- SolidKit3D.TriangleByRef struct
- SolidKit3D.TriangleByRefList class
- SolidKit3D.Shape class
- SolidKit3D.ShapeRayIntersectionInfo struct
- SolidKit3D.Matrix3x3f struct
- SolidKit3D.Matrix4x4f struct
- SolidKit3D.Plane struct
- SolidKit3D.LineSegment struct
- SolidKit3D.LineSegmentByRef struct
- SolidKit3D.Triangle struct
- SolidKit3D.BoundingBox struct
- SolidKit3D.SpatialIndex class
3D math functions
- Math3D.ClosestLinePoints
- Math3D.ClosestLinePointPosition
- Math3D.ClosestLineSegmentPoints
- Math3D.LineTriangleIntersection
- Math3D.LinePlaneIntersection
- Math3D.PointOnLinePosition
- Math3D.LinePositionToPoint
- Math3D.PointToLineDistanceSquared
- Math3D.PointToLineSegmentDistanceSquared
- Math3D.LineSegmentsDistanceSquared
