tesseract_geometry

v0.2.2

  • Pages
  • Modules

    tesseract_geometry v0.2.2 Tesseract.Geometry.AABB3 View Source

    Link to this section Summary

    Types

    t()

    Functions

    center(arg)
    fix(arg)
    intersection(a, b)
    intersection_volume(box_a, box_b)
    intersects?(arg1, arg2)
    make(a)
    make(a, b)
    union(boxes)
    union(arg1, arg2)
    volume(arg)

    Link to this section Types

    Link to this type t() View Source
    t() :: {Tesseract.Math.Vec3.t(), Tesseract.Math.Vec3.t()}

    Link to this section Functions

    Link to this function center(arg) View Source
    center(t()) :: Tesseract.Math.Vec3.t()
    Link to this function fix(arg) View Source
    fix(t()) :: t()
    Link to this function intersection(a, b) View Source
    intersection(t(), t()) :: t() | nil
    Link to this function intersection_volume(box_a, box_b) View Source
    intersection_volume(t(), t()) :: number() | nil
    Link to this function intersects?(arg1, arg2) View Source
    Link to this function make(a) View Source
    make(t()) :: t()
    Link to this function make(a, b) View Source
    make(Tesseract.Math.Vec3.t(), Tesseract.Math.Vec3.t()) :: t()
    Link to this function union(boxes) View Source
    Link to this function union(arg1, arg2) View Source
    union(t(), t()) :: t()
    Link to this function volume(arg) View Source
    volume(t()) :: number()

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