Click or drag to resize

Plane Properties

返回用户文档首页

The Plane type exposes the following members.

Properties
 NameDescription
Public propertyAxisX 获取或设置平面X轴向。
Public propertyAxisY 获取或设置平面Y轴向。
Public propertyCoefficients 获取平面方程的参数化表达,形式为 [normal, d]。
Public propertyStatic memberIDENTITY 表示一个标识坐标系面。这个平面使用了单位矩阵(Mat43.IDENTITY),代表了一个不进行任何变换的默认坐标系。
Public propertyNormal 获取平面的法向量。
Public propertyStatic memberNULL 表示一个空的坐标系面。这是一个特殊的平面实例,其矩阵初始化为零。
Public propertyOrigin 获取或设置平面的原点。
Top
See Also