Tetrahedron
Tetrahedron
- vertices : [glam::Vec3; 4]
Description
A tetrahedron primitive.
Functions
Function | Summary |
---|---|
centroid(_self) | Get the centroid of the tetrahedron. This function finds the geometric center of the tetrahedron |
clone(_self) | No Documentation 🚧 |
eq(_self, other) | No Documentation 🚧 |
new(a, b, c, d) | Create a new [`Tetrahedron`] from points `a`, `b`, `c` and `d`. |
signed_volume(_self) | Get the signed volume of the tetrahedron. If it's negative, the normal vector of the face defined |