◆ intersections()
| std::vector< double > hexed::Tree_curve_geom::intersections |
( |
Mat<> | point0, |
|
|
Mat<> | point1, |
|
|
bool | high_prec = true ) |
|
overridevirtual |
- Warning
- Only 2D! Ignores the any entries past the second and assumes the \( x_2 \) coordinate is zero.
Implements hexed::Surface_geom.
◆ nearest_point()
Computes the point on the surface which is nearest to point within max_distance.
If no point is found, returns an empty Nearest_point.
- Parameters
-
| point | The point you want to find the nearest point to. |
| max_distance | Only consider points within max_distance of point. |
| distance_guess | If you have some reason to suspect the nearest point is within a certain distance of the input point, you can pass it to this parameter as a hint to possibly improve performance. |
Implements hexed::Surface_geom.
◆ points()
The documentation for this class was generated from the following files:
- /home/micaiah/Desktop/hexed/include/Tree_curve_geom.hpp
- /home/micaiah/Desktop/hexed/libhexed/Tree_curve_geom.cpp