Zenic
v0.1.0
  • Pages
  • Modules

    View Source Zenic.Math.Matrix (Zenic v0.1.0)

    Summary

    Types

    rotation()

    Functions

    rotate(rotation)
    scale(arg)
    translate(arg)

    Types

    Link to this type

    rotation()

    View Source
    @type rotation() :: {point :: Zenic.Math.Vector3.t(), order :: atom()}

    Functions

    Link to this function

    rotate(rotation)

    View Source
    @spec rotate(rotation :: rotation()) :: Scenic.Math.matrix()
    Link to this function

    scale(arg)

    View Source
    @spec scale(scale :: Zenic.Math.Vector3.t()) :: Scenic.Math.matrix()
    Link to this function

    translate(arg)

    View Source
    @spec translate(translation :: Zenic.Math.Vector3.t()) :: Scenic.Math.matrix()

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.30.3) for the Elixir programming language