View Source Zenic.Math.Matrix (Zenic v0.1.0)
Summary
Types
@type rotation() :: {point :: Zenic.Math.Vector3.t(), order :: atom()}
Functions
@spec rotate(rotation :: rotation()) :: Scenic.Math.matrix()
@spec scale(scale :: Zenic.Math.Vector3.t()) :: Scenic.Math.matrix()
@spec translate(translation :: Zenic.Math.Vector3.t()) :: Scenic.Math.matrix()