Class CPoint3
点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
CPoint3(float, float, float)
构造
public CPoint3(float x, float y, float z)
Parameters
Properties
X
X坐标
public float X { get; set; }
Property Value
Y
Y坐标
public float Y { get; set; }
Property Value
Z
Z坐标
public float Z { get; set; }