Table of Contents

Class CPose

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

姿态

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

transX double

平移X

transY double

平移Y

transZ double

平移Z

rotX double

旋转X

rotY double

旋转Y

rotZ double

旋转Z

type double

类型

Properties

Null

空值

public static CPose Null { get; }

Property Value

CPose

RotX

旋转X

public double RotX { get; set; }

Property Value

double

RotY

旋转Y

public double RotY { get; set; }

Property Value

double

RotZ

旋转Z

public double RotZ { get; set; }

Property Value

double

TransX

平移X

public double TransX { get; set; }

Property Value

double

TransY

平移Y

public double TransY { get; set; }

Property Value

double

TransZ

平移Z

public double TransZ { get; set; }

Property Value

double

Type

类型

public double Type { get; set; }

Property Value

double

Methods

ToArrayObject()

转数组对象

public object[] ToArrayObject()

Returns

object[]