Search Results for

    Show / Hide Table of Contents

    Struct NewVertexInfo

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public struct NewVertexInfo

    Constructors

    NewVertexInfo(Vector3d)

    Declaration
    public NewVertexInfo(Vector3d v)
    Parameters
    Type Name Description
    Vector3d v

    NewVertexInfo(Vector3d, Vector3f)

    Declaration
    public NewVertexInfo(Vector3d v, Vector3f n)
    Parameters
    Type Name Description
    Vector3d v
    Vector3f n

    NewVertexInfo(Vector3d, Vector3f, Vector3f)

    Declaration
    public NewVertexInfo(Vector3d v, Vector3f n, Vector3f c)
    Parameters
    Type Name Description
    Vector3d v
    Vector3f n
    Vector3f c

    NewVertexInfo(Vector3d, Vector3f, Vector3f, Vector2f)

    Declaration
    public NewVertexInfo(Vector3d v, Vector3f n, Vector3f c, Vector2f uv)
    Parameters
    Type Name Description
    Vector3d v
    Vector3f n
    Vector3f c
    Vector2f uv

    Fields

    bHaveC

    Declaration
    public bool bHaveC
    Field Value
    Type Description
    Boolean

    bHaveN

    Declaration
    public bool bHaveN
    Field Value
    Type Description
    Boolean

    bHaveUV

    Declaration
    public bool bHaveUV
    Field Value
    Type Description
    Boolean

    c

    Declaration
    public Vector3f c
    Field Value
    Type Description
    Vector3f

    n

    Declaration
    public Vector3f n
    Field Value
    Type Description
    Vector3f

    uv

    Declaration
    public Vector2f uv
    Field Value
    Type Description
    Vector2f

    v

    Declaration
    public Vector3d v
    Field Value
    Type Description
    Vector3d
    In This Article
    Back to top ViRGIS VR GIS