Click or drag to resize

Vector Properties

返回用户文档首页

The Vector type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAXIS_X 表示X轴的单位向量(1.0, 0.0, 0.0)。
Public propertyStatic memberAXIS_Y 表示Y轴的单位向量(0.0, 1.0, 0.0)。
Public propertyStatic memberAXIS_Z 表示Z轴的单位向量(0.0, 0.0, 1.0)。
Public propertyDx 同属性X
Public propertyDy 同属性Y
Public propertyDz 同属性Z
Public propertyItem 获取或设置向量的指定分量。
Public propertyLength 获取此Vector对象的长度(或模)。
Public propertyLengthSqr LengthSquare别名
Public propertyLengthSquare 获取此Vector对象长度的平方。
Public propertyStatic memberMAX 表示具有最大双精度浮点数值的三维向量(Double.MaxValue, Double.MaxValue, Double.MaxValue)。
Public propertyStatic memberMIN 表示具有最小双精度浮点数值的三维向量(Double.MinValue, Double.MinValue, Double.MinValue)。
Public propertyXY 获取或设置基于X和Y坐标的Vec2。
Public propertyXZ 
Public propertyYZ 获取或设置基于Y和Z坐标的Vec2。
Public propertyStatic memberZERO 表示零向量。
Top
See Also