Search Results for

    Show / Hide Table of Contents

    Interface IGridWorldIndexer2

    interface that maps between double real-space coords and integer grid goords

    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IGridWorldIndexer2

    Methods

    FromGrid(Vector2d)

    Declaration
    Vector2d FromGrid(Vector2d gridpointf)
    Parameters
    Type Name Description
    Vector2d gridpointf
    Returns
    Type Description
    Vector2d

    FromGrid(Vector2i)

    Declaration
    Vector2d FromGrid(Vector2i gridpoint)
    Parameters
    Type Name Description
    Vector2i gridpoint
    Returns
    Type Description
    Vector2d

    ToGrid(Vector2d)

    Declaration
    Vector2i ToGrid(Vector2d pointf)
    Parameters
    Type Name Description
    Vector2d pointf
    Returns
    Type Description
    Vector2i
    In This Article
    Back to top ViRGIS VR GIS