Plane.Plane 构造平面
static function Plane (inNormal : Vector3, inPoint : Vector3) : Plane
Description描述
Creates a plane.
创建一个平面。
Resulting plane has normal inNormal and goes through a point inPoint.
平面具有法线inNormal和通过一个点inPoint。
inNormal does not need to be normalized.
法线不需要去规范化。
• static function Plane (inNormal : Vector3, d : float) : Plane
Description描述
Creates a plane.
创建一个平面。
Resulting plane has normal inNormal and distance d.
平面具有法线inNormal和距离d.
inNormal does not need to be normalized.
法线不需要去规范化。
• static function Plane (a : Vector3, b : Vector3, c : Vector3) : Plane
Description描述
Creates a plane.
创建一个平面。
Resulting plane goes through the given three points.
平面通过给定的三个点。
最后修改:2011年1月18日 Tuesday 15:10