Class CLine3
线3D
public class CLine3
- Inheritance
-
CLine3
- Inherited Members
- Extension Methods
Constructors
CLine3()
构造
public CLine3()
CLine3(CPoint3, CPoint3)
构造
public CLine3(CPoint3 point1, CPoint3 point2)
Parameters
Properties
Point1
点1
public CPoint3 Point1 { get; set; }
Property Value
Point2
点2
public CPoint3 Point2 { get; set; }