Struct rhusics_core::RigidBody[][src]

pub struct RigidBody<S> { /* fields omitted */ }

Rigid body

Methods

impl<S> RigidBody<S> where
    S: BaseFloat
[src]

Create new rigid body

Get material

Get gravity scale

Trait Implementations

impl<S: Debug> Debug for RigidBody<S>
[src]

Formats the value using the given formatter. Read more

impl<S> Default for RigidBody<S> where
    S: BaseFloat
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<S> Send for RigidBody<S> where
    S: Send

impl<S> Sync for RigidBody<S> where
    S: Sync