GLKMatrixStackRotateWithVector3

Function GLKMatrixStackRotateWithVector3 

Source
pub unsafe extern "C-unwind" fn GLKMatrixStackRotateWithVector3(
    stack: &GLKMatrixStack,
    radians: c_float,
    axis_vector: GLKVector3,
)
👎Deprecated: renamed to GLKMatrixStack::rotate_with_vector3
Available on crate features GLKMathTypes and GLKMatrixStack only.