Search Results for

    Show / Hide Table of Contents

    Interface IPointSet

    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IPointSet

    Properties

    HasVertexColors

    Declaration
    bool HasVertexColors { get; }
    Property Value
    Type Description
    Boolean

    HasVertexNormals

    Declaration
    bool HasVertexNormals { get; }
    Property Value
    Type Description
    Boolean

    MaxVertexID

    Declaration
    int MaxVertexID { get; }
    Property Value
    Type Description
    Int32

    Timestamp

    Declaration
    int Timestamp { get; }
    Property Value
    Type Description
    Int32

    VertexCount

    Declaration
    int VertexCount { get; }
    Property Value
    Type Description
    Int32

    Methods

    GetVertex(Int32)

    Declaration
    Vector3d GetVertex(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector3d

    GetVertexColor(Int32)

    Declaration
    Vector3f GetVertexColor(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector3f

    GetVertexNormal(Int32)

    Declaration
    Vector3f GetVertexNormal(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Vector3f

    IsVertex(Int32)

    Declaration
    bool IsVertex(int vID)
    Parameters
    Type Name Description
    Int32 vID
    Returns
    Type Description
    Boolean

    VertexIndices()

    Declaration
    IEnumerable<int> VertexIndices()
    Returns
    Type Description
    IEnumerable<Int32>
    In This Article
    Back to top ViRGIS VR GIS