Vector3Project method

Vector3StructType Vector3Project(
  1. Vector3StructType v1,
  2. Vector3StructType v2
)

Implementation

Vector3StructType Vector3Project(Vector3StructType v1, Vector3StructType v2)
  => v1.project(v2);