[][src]Trait physx::geometry::SphereGeometry

pub trait SphereGeometry: Class<PxSphereGeometry> + Geometry {
    pub fn new(radius: f32) -> PxSphereGeometry { ... }
pub fn default() -> PxSphereGeometry { ... }
pub fn is_valid(&self) -> bool { ... } }

Provided methods

pub fn new(radius: f32) -> PxSphereGeometry[src]

pub fn default() -> PxSphereGeometry[src]

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

Loading content...

Implementors

impl<T> SphereGeometry for T where
    T: Class<PxSphereGeometry> + Geometry
[src]

Loading content...