Struct gdnative_visual_script::common::Basis [−]
#[repr(C)]pub struct Basis { pub elements: [TypedVector3D<f32, UnknownUnit>; 3], }
A 3x3 matrix.
Fields
elements: [TypedVector3D<f32, UnknownUnit>; 3]
Trait Implementations
impl<'l> From<&'l Basis> for Variant
impl<'l> From<&'l Basis> for Variant
impl Clone for Basis
impl Clone for Basis
fn clone(&self) -> Basis
fn clone(&self) -> Basis
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Basis
impl Debug for Basis
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for Basis
impl Copy for Basis
impl PartialEq<Basis> for Basis
impl PartialEq<Basis> for Basis