aerocaps.geom.tools#

Functions

add_vector_to_point(vector, point)

concave_hull(poly)

Gets the concave hull of points of a polygon.

find_t_corresponding_to_minimum_distance_to_point2d(...)

find_t_corresponding_to_minimum_distance_to_point3d(...)

measure_distance_between_points(point_1, point_2)

measure_distance_point_line(point, line)

measure_pitch_angle(point_1, point_2)

Translates the two points such that the first point is at the origin and then measures the angle the line connecting the two points makes on the X-Z plane

project_point_onto_line(point, line)

rotate_about_axis(points, axis, angle)

rotate_point_about_axis(p, ax, angle)

sweep_along_curve(primary_curve, guide_curve)