Scenic.Math.Vector2.project
You're seeing just the function
project
, go back to Scenic.Math.Vector2 module for more information.
Specs
project( vector :: Scenic.Math.vector_2() | [Scenic.Math.vector_2()], matrix :: Scenic.Math.matrix() ) :: Scenic.Math.vector_2() | [Scenic.Math.vector_2()]
Project a vector into the space defined by a matrix
Parameters:
vector
- the vector, or a list of vectorsmatrix
- the matrix
Returns: A projected vector (or list of vectors)