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

Trait Implementations

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

Performs the conversion.

impl Clone for Aabb

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Aabb

Formats the value using the given formatter. Read more

impl Copy for Aabb

impl PartialEq<Aabb> for Aabb

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 Aabb

impl Sync for Aabb