Search Results for

    Show / Hide Table of Contents

    Class TilingUtil

    Inheritance
    Object
    TilingUtil
    Inherited Members
    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 static class TilingUtil

    Methods

    BoundedCircleTiling2(AxisAlignedBox2d, AxisAlignedBox2d, Double)

    hex-grid tiling of circles inside bounds, with spacing between elements Returns list of translations to element. Always allows at least one row and column, even if element overflows bounds in that dimension.

    Declaration
    public static List<Vector2d> BoundedCircleTiling2(AxisAlignedBox2d element, AxisAlignedBox2d bounds, double spacing)
    Parameters
    Type Name Description
    AxisAlignedBox2d element
    AxisAlignedBox2d bounds
    Double spacing
    Returns
    Type Description
    List<Vector2d>

    BoundedRegularTiling2(AxisAlignedBox2d, AxisAlignedBox2d, Double)

    Regular-grid tiling of element inside bounds, with spacing between elements Returns list of translations to element. Always allows at least one row and column, even if element overflows bounds in that dimension.

    Declaration
    public static List<Vector2d> BoundedRegularTiling2(AxisAlignedBox2d element, AxisAlignedBox2d bounds, double spacing)
    Parameters
    Type Name Description
    AxisAlignedBox2d element
    AxisAlignedBox2d bounds
    Double spacing
    Returns
    Type Description
    List<Vector2d>
    In This Article
    Back to top ViRGIS VR GIS