pub unsafe extern "C-unwind" fn GLKQuaternionRotateVector3Array(
quaternion: GLKQuaternion,
vectors: NonNull<GLKVector3>,
vector_count: usize,
)๐Deprecated: The OpenGL API is deprecated by Apple
Available on crate features
GLKMathTypes and GLKQuaternion only.Expand description
ยงSafety
vectors must be a valid pointer.