scenic_math

v0.7.0

  • Pages
  • Modules

    scenic_math v0.7.0 Scenic.Math.Rectangle

    Link to this section Summary

    Functions

    build(opts)
    center(arg)
    contains?(rect, arg2)
    from_ltrb(arg)
    from_ltrb(l, t, r, b)
    inflate(arg, ix, iy)
    intersect(rect_a, rect_b)
    intersects?(rect, arg2)
    is_empty?(arg1)
    location(arg)
    normalize(rect)
    offset(arg, ox, oy)
    to_ltrb(arg)
    to_ltrb(x, y, w, h)
    union(rect_a, rect_b)

    Link to this section Functions

    Link to this function build(opts)
    Link to this function center(arg)
    Link to this function contains?(rect, arg2)
    Link to this function from_ltrb(arg)
    Link to this function from_ltrb(l, t, r, b)
    Link to this function inflate(arg, ix, iy)
    Link to this function intersect(rect_a, rect_b)
    Link to this function intersects?(rect, arg2)
    Link to this function is_empty?(arg1)
    Link to this function location(arg)
    Link to this function normalize(rect)
    Link to this function offset(arg, ox, oy)
    Link to this function to_ltrb(arg)
    Link to this function to_ltrb(x, y, w, h)
    Link to this function union(rect_a, rect_b)

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer.