maths¶
Simple vector and matrix maths.
- skysegmentor.vector_norm(a)[source]¶
Returns the magnitude a vector.
- Parameters:
a (array) – Vector a.
- skysegmentor.vector_dot(a, b)[source]¶
Returns the vector dot product.
- Parameters:
a (array) – Vector a.
b (array) – Vector b.