Skip to main contentCrate del_geo_nalgebra
Source - aabb2
- functions for 2D Axis-aligned Bounding Box (AABB)
- bezier_cubic
- functions for cubic Bezier curve
- bezier_quadratic
- functions for quadratic Bezier curve
- ccd2
- 2D Continuous Collision Detection (CCD)
- ccd3
- 3D Continuous Collision Detection
- edge
- functions for N-dimensional edge (line segment)
- edge2
- functions for 2D edge (line segment)
- edge3
- functions for 3D edge (line segment)
- line
- methods for 2D or 3D line
- line2
- methods for 2D line (parameterized by origin and direction vector)
- line3
- methods for 3D line (parameterized by origin and direction vector)
- mat2
- methods for 2x2 matrix
- mat3
- mat4
- plane
- methods for 3D plane
- sphere
- tet
- functions for 3D tetrahedron
- tri2
- methods for 2D triangle (parameterized by three corner points)
- tri3
- methods for 3D triangle (parameterized by three corner points)
- vec2
- 2D vector
- vec3