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