#[repr(C)]pub struct AEGP_MathSuite1 {
pub AEGP_IdentityMatrix4: Option<unsafe extern "C" fn(matrixP: *mut A_Matrix4) -> A_Err>,
pub AEGP_MultiplyMatrix4: Option<unsafe extern "C" fn(A: *const A_Matrix4, B: *const A_Matrix4, resultP: *mut A_Matrix4) -> A_Err>,
pub AEGP_Matrix3ToMatrix4: Option<unsafe extern "C" fn(A: *const A_Matrix3, B: *mut A_Matrix4) -> A_Err>,
pub AEGP_MultiplyMatrix4by3: Option<unsafe extern "C" fn(A: *const A_Matrix4, B: *const A_Matrix3, resultP: *mut A_Matrix4) -> A_Err>,
pub AEGP_MatrixDecompose4: Option<unsafe extern "C" fn(A: *const A_Matrix4, posVP: *mut A_FloatPoint3, scaleVP: *mut A_FloatPoint3, shearVP: *mut A_FloatPoint3, rotVP: *mut A_FloatPoint3) -> A_Err>,
}Fields§
§AEGP_IdentityMatrix4: Option<unsafe extern "C" fn(matrixP: *mut A_Matrix4) -> A_Err>§AEGP_MultiplyMatrix4: Option<unsafe extern "C" fn(A: *const A_Matrix4, B: *const A_Matrix4, resultP: *mut A_Matrix4) -> A_Err>§AEGP_Matrix3ToMatrix4: Option<unsafe extern "C" fn(A: *const A_Matrix3, B: *mut A_Matrix4) -> A_Err>§AEGP_MultiplyMatrix4by3: Option<unsafe extern "C" fn(A: *const A_Matrix4, B: *const A_Matrix3, resultP: *mut A_Matrix4) -> A_Err>§AEGP_MatrixDecompose4: Option<unsafe extern "C" fn(A: *const A_Matrix4, posVP: *mut A_FloatPoint3, scaleVP: *mut A_FloatPoint3, shearVP: *mut A_FloatPoint3, rotVP: *mut A_FloatPoint3) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_MathSuite1
impl Clone for AEGP_MathSuite1
Source§fn clone(&self) -> AEGP_MathSuite1
fn clone(&self) -> AEGP_MathSuite1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AEGP_MathSuite1
impl Debug for AEGP_MathSuite1
impl Copy for AEGP_MathSuite1
Auto Trait Implementations§
impl Freeze for AEGP_MathSuite1
impl RefUnwindSafe for AEGP_MathSuite1
impl Send for AEGP_MathSuite1
impl Sync for AEGP_MathSuite1
impl Unpin for AEGP_MathSuite1
impl UnwindSafe for AEGP_MathSuite1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more