Class CPoseF
姿态
public class CPoseF
- Inheritance
-
CPoseF
- Inherited Members
- Extension Methods
Constructors
CPoseF()
构造
public CPoseF()
CPoseF(float, float, float, float, float, float, float)
构造
public CPoseF(float transX, float transY, float transZ, float rotX, float rotY, float rotZ, float type)
Parameters
transXfloat平移X
transYfloat平移Y
transZfloat平移Z
rotXfloat旋转X
rotYfloat旋转Y
rotZfloat旋转Z
typefloat类型
Properties
Null
空值
public static CPoseF Null { get; }
Property Value
RotX
旋转X
public float RotX { get; set; }
Property Value
RotY
旋转Y
public float RotY { get; set; }
Property Value
RotZ
旋转Z
public float RotZ { get; set; }
Property Value
TransX
平移X
public float TransX { get; set; }
Property Value
TransY
平移Y
public float TransY { get; set; }
Property Value
TransZ
平移Z
public float TransZ { get; set; }
Property Value
Type
类型
public float Type { get; set; }
Property Value
Methods
ToArrayObject()
转数组对象
public object[] ToArrayObject()
Returns
- object[]