logo
pub trait AsCgmathNonCanonicalInterface<T> where
    T: Copy,
    Self: Copy
{ fn clone_as_cgmath(&self) -> T; }
Expand description

Trait for non-canonical structure to clone math data structures of other math libs as their analogs in cgmath to use operations of cgmath.

Required Methods

Clone this data structure as cgmath analog to use its operations.

Implementors