Vector3Transform method

Vector3StructType Vector3Transform(
  1. Vector3StructType v,
  2. MatrixStructType mat
)

Implementation

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