Search Results for

    Show / Hide Table of Contents

    Struct ScaleGridIndexer3

    Map to/from grid coords

    Implements
    IGridWorldIndexer3
    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 ScaleGridIndexer3 : IGridWorldIndexer3

    Constructors

    ScaleGridIndexer3(Double)

    Declaration
    public ScaleGridIndexer3(double cellSize)
    Parameters
    Type Name Description
    Double cellSize

    Fields

    CellSize

    Declaration
    public double CellSize
    Field Value
    Type Description
    Double

    Methods

    FromGrid(Vector3d)

    Declaration
    public Vector3d FromGrid(Vector3d gridpointf)
    Parameters
    Type Name Description
    Vector3d gridpointf
    Returns
    Type Description
    Vector3d

    FromGrid(Vector3i)

    Declaration
    public Vector3d FromGrid(Vector3i gridpoint)
    Parameters
    Type Name Description
    Vector3i gridpoint
    Returns
    Type Description
    Vector3d

    ToGrid(Vector3d)

    Declaration
    public Vector3i ToGrid(Vector3d point)
    Parameters
    Type Name Description
    Vector3d point
    Returns
    Type Description
    Vector3i

    ToGridf(Vector3d)

    Declaration
    public Vector3d ToGridf(Vector3d point)
    Parameters
    Type Name Description
    Vector3d point
    Returns
    Type Description
    Vector3d

    Implements

    IGridWorldIndexer3
    In This Article
    Back to top ViRGIS VR GIS