poreana.geometryΒΆ

Here basic geometric functions are noted.

Functions

angle(vec_a, vec_b[, is_deg]) Calculate the angle between two vectors
cross_product(vec_a, vec_b) Calculate the cross product of two three-dimensional vectors
dot_product(vec_a, vec_b) Calculate the dot product of two vectors
length(vec) Calculate the length of a vector
unit(vec) Transform a vector \(\boldsymbol{a}\in\mathbb{R}^n\) into a
vector(pos_a, pos_b) Calculate the vector between to two positions