Table of Contents

Class CPoint3

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

点3D

public class CPoint3
Inheritance
CPoint3
Inherited Members
Extension Methods

Constructors

CPoint3()

构造

public CPoint3()

CPoint3(double, double, double)

构造

public CPoint3(double x, double y, double z)

Parameters

x double
y double
z double

CPoint3(float, float, float)

构造

public CPoint3(float x, float y, float z)

Parameters

x float
y float
z float

Properties

X

X坐标

public float X { get; set; }

Property Value

float

Y

Y坐标

public float Y { get; set; }

Property Value

float

Z

Z坐标

public float Z { get; set; }

Property Value

float