Class Point3ListList
Inheritance
Point3ListList
Syntax
[Serializable]
public class Point3ListList
Constructors
Point3ListList(int)
Declaration
public Point3ListList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
Point3ListList(Point3List[])
Declaration
public Point3ListList(Point3List[] tab)
Parameters
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public Point3List this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator Point3List[](Point3ListList)
Declaration
public static implicit operator Point3List[](Point3ListList o)
Parameters
Returns