scenic_math v0.7.0 Scenic.Math.Matrix

Link to this section Summary

Link to this section Functions

Link to this function build(arg1, arg2)
Link to this function build(arg1, arg2, arg3)
Link to this function build(arg1, arg2, arg3, arg4)
Link to this function build_rotate_around(radians, point)
Link to this function build_rotation(radians)
Link to this function build_scale(x, y)
Link to this function build_scale(x, y, z)
Link to this function build_translation(arg)
Link to this function build_translation(x, y)
Link to this function build_translation(x, y, z)
Link to this function close?(a, b, tolerance \\ 1.0e-6)
Link to this function get(matrix, x, y)
Link to this function get_xyz(matrix)
Link to this function identity()
identity() :: Scenic.Math.matrix()
Link to this function mul(matrix_list)
Link to this function project_vector(a, arg)
Link to this function project_vector2s(a, vector_bin)
Link to this function project_vector3s(a, vector_bin)
Link to this function put(matrix, x, y, v)
Link to this function rotate(matrix, amount)
Link to this function scale(matrix, s)
Link to this function scale(matrix, x, y)
Link to this function scale(matrix, x, y, z)
Link to this function translate(matrix, arg2)
Link to this function translate(matrix, x, y)
Link to this function translate(matrix, x, y, z)