Struct gdnative_visual_script::common::Aabb [−]
#[repr(C)]pub struct Aabb { pub position: TypedVector3D<f32, UnknownUnit>, pub size: TypedVector3D<f32, UnknownUnit>, }
Axis-aligned bounding box.
Fields
position: TypedVector3D<f32, UnknownUnit>
size: TypedVector3D<f32, UnknownUnit>
Trait Implementations
impl<'l> From<&'l Aabb> for Variant
impl<'l> From<&'l Aabb> for Variant
impl Clone for Aabb
impl Clone for Aabb
fn clone(&self) -> Aabb
fn clone(&self) -> Aabb
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 Aabb
impl Debug for Aabb
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 Aabb
impl Copy for Aabb
impl PartialEq<Aabb> for Aabb
impl PartialEq<Aabb> for Aabb