Class CPose
姿态
public class CPose
- Inheritance
-
CPose
- Inherited Members
- Extension Methods
Constructors
CPose()
构造
public CPose()
CPose(double, double, double, double, double, double, double)
构造
public CPose(double transX, double transY, double transZ, double rotX, double rotY, double rotZ, double type)
Parameters
transXdouble平移X
transYdouble平移Y
transZdouble平移Z
rotXdouble旋转X
rotYdouble旋转Y
rotZdouble旋转Z
typedouble类型
Properties
Null
空值
public static CPose Null { get; }
Property Value
RotX
旋转X
public double RotX { get; set; }
Property Value
RotY
旋转Y
public double RotY { get; set; }
Property Value
RotZ
旋转Z
public double RotZ { get; set; }
Property Value
TransX
平移X
public double TransX { get; set; }
Property Value
TransY
平移Y
public double TransY { get; set; }
Property Value
TransZ
平移Z
public double TransZ { get; set; }
Property Value
Type
类型
public double Type { get; set; }
Property Value
Methods
ToArrayObject()
转数组对象
public object[] ToArrayObject()
Returns
- object[]