Vector2Transform method

Vector2StructType Vector2Transform(
  1. Vector2StructType v,
  2. MatrixStructType mat
)

Implementation

Vector2StructType Vector2Transform(Vector2StructType v, MatrixStructType mat)
  => v.transform(mat);