vtk_openCARP_methods_ibt.mathematical_operations package

Submodules

vtk_openCARP_methods_ibt.mathematical_operations.vector_operations module

get_normalized_cross_product(center_point, point_a, point_b)[source]

Returns the normalized cross product between three points. :type center_point: :param center_point: :type point_a: :param point_a: :type point_b: :param point_b: :return:

normalize_vectors(vectors)[source]

Normalizes an array of vectors. :type vectors: :param vectors: An numpy array of vectors :return:

Module contents