HalfSpace.Normal

HalfSpace.Normal property

划分平面的法向量,平面的定义为 N * P + D = 0,其中 N 为法向量,P 为平面上的任意点。

public Vector3 Normal { get; set; }

另请参见