tesseract_geometry

v0.2.2

  • Pages
  • Modules

    tesseract_geometry v0.2.2 Tesseract.Math.Vec3 View Source

    Link to this section Summary

    Types

    t()

    Functions

    add(arg1, arg2)
    cross(arg1, arg2)
    dot(arg1, arg2)
    length(arg)
    make()
    make(arg)
    make(x, y, z)
    multiply(arg1, arg2)
    normalize(a)
    scale(arg, scale)
    subtract(arg1, arg2)

    Link to this section Types

    Link to this type t() View Source
    t() :: {number(), number(), number()}

    Link to this section Functions

    Link to this function add(arg1, arg2) View Source
    add(t(), t()) :: t()
    Link to this function cross(arg1, arg2) View Source
    cross(t(), t()) :: t()
    Link to this function dot(arg1, arg2) View Source
    dot(t(), t()) :: number()
    Link to this function length(arg) View Source
    length(t()) :: number()
    Link to this function make() View Source
    make() :: t()
    Link to this function make(arg) View Source
    make({number(), number(), number()}) :: t()
    Link to this function make(x, y, z) View Source
    make(number(), number(), number()) :: t()
    Link to this function multiply(arg1, arg2) View Source
    multiply(t(), t()) :: t()
    Link to this function normalize(a) View Source
    normalize(t()) :: t()
    Link to this function scale(arg, scale) View Source
    scale(t(), number()) :: t()
    Link to this function subtract(arg1, arg2) View Source
    subtract(t(), t()) :: t()

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