Members
(static, constant) barycentricCoordinates
- Description:
- Calculates the barycentric coordinates of a 2D point P relative to a triangle ABC.
- Source:
- See:
Calculates the barycentric coordinates of a 2D point P relative to a triangle ABC.
(static, constant) crossProduct
- Description:
- Pure 3D Math Engine for Arcball/Trackball raw matrix transformations
- Source:
- See:
Pure 3D Math Engine for Arcball/Trackball raw matrix transformations
(static, constant) matrixAsArray
- Description:
- Represents a 2D matrix as a flat 1D array using a Proxy. Allows accessing elements using a single index (row-major order).
- Source:
- See:
Represents a 2D matrix as a flat 1D array using a Proxy.
Allows accessing elements using a single index (row-major order).