Search Results for

    Show / Hide Table of Contents

    Class VectorArray3d

    Inheritance
    Object
    VectorArray3<Double>
    VectorArray3d
    Implements
    IEnumerable<Double>
    IEnumerable
    Inherited Members
    VectorArray3<Double>.array
    VectorArray3<Double>.Count
    VectorArray3<Double>.GetEnumerator()
    VectorArray3<Double>.Resize(Int32)
    VectorArray3<Double>.Set(Int32, Double, Double, Double)
    VectorArray3<Double>.Set(Int32, Int32, VectorArray3<Double>)
    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 VectorArray3d : VectorArray3<double>, IEnumerable<double>, IEnumerable

    Constructors

    VectorArray3d(Double[])

    Declaration
    public VectorArray3d(double[] data)
    Parameters
    Type Name Description
    Double[] data

    VectorArray3d(Int32, Boolean)

    Declaration
    public VectorArray3d(int nCount, bool debug = false)
    Parameters
    Type Name Description
    Int32 nCount
    Boolean debug

    Properties

    Item[Int32]

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

    Methods

    AsVector3d()

    Declaration
    public IEnumerable<Vector3d> AsVector3d()
    Returns
    Type Description
    IEnumerable<Vector3d>

    Implements

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