Interface IPointSet
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public interface IPointSet
Properties
HasVertexColors
Declaration
bool HasVertexColors { get; }
Property Value
HasVertexNormals
Declaration
bool HasVertexNormals { get; }
Property Value
MaxVertexID
Declaration
Property Value
Timestamp
Declaration
Property Value
VertexCount
Declaration
Property Value
Methods
GetVertex(Int32)
Declaration
Vector3d GetVertex(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
GetVertexColor(Int32)
Declaration
Vector3f GetVertexColor(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
GetVertexNormal(Int32)
Declaration
Vector3f GetVertexNormal(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
IsVertex(Int32)
Declaration
Parameters
Type |
Name |
Description |
Int32 |
vID |
|
Returns
VertexIndices()
Declaration
IEnumerable<int> VertexIndices()
Returns