Go to the source code of this file.
|
| static int8_t | blender::io::obj::get_valid_nurbs_degree (const NurbsElement &element) |
| static int | blender::io::obj::repeating_cyclic_point_num (const int8_t order, const Span< float > knots) |
| static bool | blender::io::obj::detect_clamped_endpoint (const int8_t degree, const Span< int > multiplicity) |
| static bool | blender::io::obj::almost_equal_relative (const float a, const float b, const float epsilon) |
| static bool | blender::io::obj::detect_knot_mode_cyclic (const int8_t degree, const Span< int > indices, const Span< float > knots, const Span< int > multiplicity, const bool is_clamped) |
| static bool | blender::io::obj::detect_knot_mode_bezier_clamped (const int8_t degree, const int num_points, const Span< int > multiplicity) |
| static bool | blender::io::obj::detect_knot_mode_uniform (const int8_t degree, const Span< float > knots, const Span< int > multiplicity, const bool clamped) |