Expand description
Various unsorted geometrical and logical operators.
Structs§
- Deterministic
State - A hasher builder that creates
DefaultHasher
with default keys. - Hashable
Partial Eq - A structure that implements
Eq
and is hashable even if the wrapped data implements onlyPartialEq
. - RefWith
Cost - A reference packed with a cost value.
- Sorted
Pair - A pair of elements sorted in increasing order.
Traits§
- AsBytes
- Trait that transforms thing to a slice of u8.
- Isometry
Ops - Extra operations with isometries.
Functions§
- ccw_
face_ normal - Computes the normal of a counter-clock-wise triangle.
- center
- Computes the center of a set of point.
- circumcircle
- Computes the circumcircle of a triangle.
- is_
affinely_ dependent_ triangle - Tests if three 3D points are approximately aligned.
- is_
point_ in_ triangle - Tests if a point is inside of a triangle.
- median
- Computes the median of a set of values.
- point_
cloud_ support_ point - Computes the support point of a cloud of points.
- point_
cloud_ support_ point_ id - Computes the index of the support point of a cloud of points.
- point_
in_ poly2d - Tests if the given point is inside of a polygon with arbitrary orientation.
- remove_
unused_ points - Given an index buffer, remove from
points
every point that is not indexed. - sort2
- Sorts two values in increasing order.
- sort3
- Sorts a set of three values in increasing order.
- tetrahedron_
center - Computes the center of a tetrahedron.
- tetrahedron_
signed_ volume - Computes the signed volume of a tetrahedron.
- tetrahedron_
volume - Computes the volume of a tetrahedron.
- triangle_
area - Computes the area of a triangle.
- triangle_
center - Computes the center of a triangle.
- triangle_
perimeter - Computes the perimeter of a triangle.