Expand description
Various unsorted geometrical and logical operators.
Structs§
- A hasher builder that creates
DefaultHasher
with default keys. - A structure that implements
Eq
and is hashable even if the wrapped data implements onlyPartialEq
. - A reference packed with a cost value.
- A pair of elements sorted in increasing order.
Traits§
- Trait that transforms thing to a slice of u8.
- Extra operations with isometries.
Functions§
- Computes the normal of a counter-clock-wise triangle.
- Computes the center of a set of point.
- Computes the circumcircle of a triangle.
- Tests if three 3D points are approximately aligned.
- Tests if a point is inside of a triangle.
- Computes the median of a set of values.
- Computes the support point of a cloud of points.
- Computes the index of the support point of a cloud of points.
- Tests if the given point is inside of a polygon with arbitrary orientation.
- Given an index buffer, remove from
points
every point that is not indexed. - Sorts two values in increasing order.
- Sorts a set of three values in increasing order.
- Computes the center of a tetrahedron.
- Computes the signed volume of a tetrahedron.
- Computes the volume of a tetrahedron.
- Computes the area of a triangle.
- Computes the center of a triangle.
- Computes the perimeter of a triangle.