Search Results for

    Show / Hide Table of Contents

    Class DVectorArray3f

    Inheritance
    Object
    DVectorArray3<Single>
    DVectorArray3f
    Implements
    IEnumerable<Single>
    IEnumerable
    Inherited Members
    DVectorArray3<Single>.vector
    DVectorArray3<Single>.Count
    DVectorArray3<Single>.GetEnumerator()
    DVectorArray3<Single>.Resize(Int32)
    DVectorArray3<Single>.Set(Int32, Single, Single, Single)
    DVectorArray3<Single>.Append(Single, Single, Single)
    DVectorArray3<Single>.Clear()
    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 DVectorArray3f : DVectorArray3<float>, IEnumerable<float>, IEnumerable

    Constructors

    DVectorArray3f(Int32)

    Declaration
    public DVectorArray3f(int nCount = 0)
    Parameters
    Type Name Description
    Int32 nCount

    DVectorArray3f(Single[])

    Declaration
    public DVectorArray3f(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