Struct rhusics::physics::RigidBody [] [src]

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

Rigid body

Methods

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

[src]

Create new rigid body

[src]

Get material

[src]

Get gravity scale

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

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