Vector3Transform method
Vector3StructType
Vector3Transform(
- Vector3StructType v,
- MatrixStructType mat
Implementation
Vector3StructType Vector3Transform(Vector3StructType v, MatrixStructType mat)
=> v.transform(mat);