Search Results for

    Show / Hide Table of Contents

    Struct FrameGridIndexer3

    Map to/from grid coords, where grid is relative to frame coords/axes

    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 FrameGridIndexer3 : IGridWorldIndexer3

    Constructors

    FrameGridIndexer3(Frame3f, Vector3f)

    Declaration
    public FrameGridIndexer3(Frame3f frame, Vector3f cellSize)
    Parameters
    Type Name Description
    Frame3f frame
    Vector3f cellSize

    Fields

    CellSize

    Declaration
    public Vector3f CellSize
    Field Value
    Type Description
    Vector3f

    GridFrame

    Declaration
    public Frame3f GridFrame
    Field Value
    Type Description
    Frame3f

    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