Struct gdnative_visual_script::common::Basis[]

#[repr(C)]
pub struct Basis { pub elements: [TypedVector3D<f32, UnknownUnit>; 3], }

A 3x3 matrix.

Fields

Trait Implementations

impl<'l> From<&'l Basis> for Variant

Performs the conversion.

impl Clone for Basis

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Basis

Formats the value using the given formatter. Read more

impl Copy for Basis

impl PartialEq<Basis> for Basis

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Basis

impl Sync for Basis