Module truck_geotrait::traits

source ·
Expand description

Abstract traits: Curve and Surface.

Enums

Error for concat curves
Curve for the recursive concatting.
curve geometry
curve geometry
hint for searching parameter for curve
hint for searching parameter for surface

Traits

bounded parametric curves
Bounded surface with parametric range
Concats two curves
Cuts one curve into two curves.
Whether the surface includes the boundary curve.
Oriented and reversible
Dividable curve
Dividable surface
parameter range move by affine transformation
Parametric curves
2D parametric curve
3D parametric curve
Parametric surface
2D parametric surface
3D parametric surface
Dimension for search nearest parameter
Search parameter t such that self.subs(t) is nearest point.
Search parameter t such that self.subs(t) is near point.
Transform geometry

Functions

positive test implementation for Concat.
positive test implementation for Cut by random transformation
positive test implementation for ParameterTransform by random transformation