Search Results for

    Show / Hide Table of Contents

    Class VectorArray3f

    Inheritance
    Object
    VectorArray3<Single>
    VectorArray3f
    Implements
    IEnumerable<Single>
    IEnumerable
    Inherited Members
    VectorArray3<Single>.array
    VectorArray3<Single>.Count
    VectorArray3<Single>.GetEnumerator()
    VectorArray3<Single>.Resize(Int32)
    VectorArray3<Single>.Set(Int32, Single, Single, Single)
    VectorArray3<Single>.Set(Int32, Int32, VectorArray3<Single>)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class VectorArray3f : VectorArray3<float>, IEnumerable<float>, IEnumerable

    Constructors

    VectorArray3f(Int32)

    Declaration
    public VectorArray3f(int nCount)
    Parameters
    Type Name Description
    Int32 nCount

    VectorArray3f(Single[])

    Declaration
    public VectorArray3f(float[] data)
    Parameters
    Type Name Description
    Single[] data

    Properties

    Item[Int32]

    Declaration
    public Vector3f this[int i] { get; set; }
    Parameters
    Type Name Description
    Int32 i
    Property Value
    Type Description
    Vector3f

    Methods

    AsVector3f()

    Declaration
    public IEnumerable<Vector3f> AsVector3f()
    Returns
    Type Description
    IEnumerable<Vector3f>

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    In This Article
    Back to top ViRGIS VR GIS