Scenic.Math.Vector2.project

You're seeing just the function project, go back to Scenic.Math.Vector2 module for more information.
Link to this function

project(vector_a, matrix)

View Source

Specs

Project a vector into the space defined by a matrix

Parameters:

  • vector - the vector, or a list of vectors
  • matrix - the matrix

Returns: A projected vector (or list of vectors)