public static Vector3 ProjectOnPlane (Vector3 vector, Vector3 planeNormal);

Description

将向量投影到由法线定义的平面上(法线与该平面正交)。