Vector3.project method project(self, other: Vector3) -> Vector3: Projects this vector onto other. Parameters other: Vector3 Returns Vector3 vector projection.