[][src]Trait physx::geometry::PlaneGeometry

pub trait PlaneGeometry: Class<PxPlaneGeometry> + Geometry {
    pub fn new() -> PxPlaneGeometry { ... }
pub fn default() -> PxPlaneGeometry { ... }
pub fn is_valid(&self) -> bool { ... } }

Provided methods

Loading content...

Implementors

impl<T> PlaneGeometry for T where
    T: Class<PxPlaneGeometry> + Geometry
[src]

Loading content...