InertiaMode

nape.phys.InertiaMode (final class)

Enumeration of InertiaMode values for a Body.

Static Members

nape
DEFAULT: InertiaMode

Default method of computation.

Moment of inertia will be computed based on Body's Shape's inertias and densities.


nape
FIXED: InertiaMode

Fixed method of computation.

Moment of inertia set by user.

Instance Members

nape
toString(): String

@private

Returns
String

nape
new(): Void

@private

Private Members

Metadata

Name Parameters
:final -