smiet.jax.utilities.geometry module¶ smiet.jax.utilities.geometry.angle_between(v1: Array | ndarray | bool_ | number | bool | int | float | complex, v2: Array | ndarray | bool_ | number | bool | int | float | complex) → Array¶ Returns the angle in radians between vectors ‘v1’ and ‘v2’ smiet.jax.utilities.geometry.unit_vector(vector: Array | ndarray | bool_ | number | bool | int | float | complex) → Array¶ Returns the unit vector of the vector.