Structs§
- Intersection
- Struct that define a line in 3D space, with the pivot point and the director vector of the line. It contains the minimal information of the Intersection with a Shape. ‘barycentric’ is provided “for free” because its calculation is needed to know if the line intersects the triangle.
- Line3
- Struct that define a line in 3D space, with the pivot point and the director vector of the line
- Plane
- A plane in 3D space.
- Sphere
- Triangle3