leef-math-cd2025/spec/mat4_spec.lua
karai17 5f7a7f29fa Added quaternion tests
* Fixed an issue with is_quat, is_vec3, is_vec2, and is_mat4 methods
* Fixed a minor issue with local variables being declared too late
2016-07-21 20:04:32 -03:00

32 lines
341 B
Lua

local mat4 = require "modules.mat4"
describe("mat4:", function()
end)
--[[
new
identity
from_angle_axis
from_direction
from_transform
from_ortho
from_perspective
from_hmd_perspective
clone
mul
mul_mat4x1
invert
scale
rotate
translate
shear
look_at
transpose
project
unproject
is_mat4
to_vec4s
to_quat
to_frustum
]]