Class Point3DList
Represents Point3DList.
public class Point3DList
- Inheritance
-
Point3DList
- Inherited Members
Constructors
Point3DList()
public Point3DList()
Properties
Count
public int Count { get; }
Property Value
this[int]
public Point3D this[int index] { get; }
Parameters
indexint
Property Value
Last
public Point3D Last { get; }
Property Value
Methods
Add(Point3D)
public void Add(Point3D p)
Parameters
pPoint3D
Add(int, int, int)
public void Add(int x, int y, int z)
Parameters
Clear()
public void Clear()
ToArray()
public Point3D[] ToArray()
Returns
- Point3D[]