Table of Contents

Class CPoseF

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

姿态

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

transX float

平移X

transY float

平移Y

transZ float

平移Z

rotX float

旋转X

rotY float

旋转Y

rotZ float

旋转Z

type float

类型

Properties

Null

空值

public static CPoseF Null { get; }

Property Value

CPoseF

RotX

旋转X

public float RotX { get; set; }

Property Value

float

RotY

旋转Y

public float RotY { get; set; }

Property Value

float

RotZ

旋转Z

public float RotZ { get; set; }

Property Value

float

TransX

平移X

public float TransX { get; set; }

Property Value

float

TransY

平移Y

public float TransY { get; set; }

Property Value

float

TransZ

平移Z

public float TransZ { get; set; }

Property Value

float

Type

类型

public float Type { get; set; }

Property Value

float

Methods

ToArrayObject()

转数组对象

public object[] ToArrayObject()

Returns

object[]