[][src]Type Definition doem_math::Matrix4

type Matrix4 = SquareMatrix<4>;

Methods

impl Matrix4[src]

pub fn get_projection(
    fovy: Scalar,
    aspect_ratio: Scalar,
    near: Scalar,
    far: Scalar
) -> Self
[src]

pub fn get_view(eye: &Vector3, look_at: &Vector3, up: &Vector3) -> Self[src]

pub fn get_rotation(rotation_vector: &Vector4, angle: Scalar) -> Matrix4[src]