Search Results for

    Show / Hide Table of Contents

    Interface IGridWorldIndexer3

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

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

    Methods

    FromGrid(Vector3d)

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

    FromGrid(Vector3i)

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

    ToGrid(Vector3d)

    Declaration
    Vector3i ToGrid(Vector3d pointf)
    Parameters
    Type Name Description
    Vector3d pointf
    Returns
    Type Description
    Vector3i

    ToGridf(Vector3d)

    Declaration
    Vector3d ToGridf(Vector3d pointf)
    Parameters
    Type Name Description
    Vector3d pointf
    Returns
    Type Description
    Vector3d
    In This Article
    Back to top ViRGIS VR GIS