[][src]Trait physx::geometry::BoxGeometry

pub trait BoxGeometry: Class<PxBoxGeometry> + Geometry {
    pub fn new(half_x: f32, half_y: f32, half_z: f32) -> PxBoxGeometry { ... }
pub fn default() -> PxBoxGeometry { ... }
pub fn is_valid(&self) -> bool { ... } }

Provided methods

pub fn new(half_x: f32, half_y: f32, half_z: f32) -> PxBoxGeometry[src]

pub fn default() -> PxBoxGeometry[src]

pub fn is_valid(&self) -> bool[src]

Loading content...

Implementors

impl<T> BoxGeometry for T where
    T: Class<PxBoxGeometry> + Geometry
[src]

Loading content...