LinearForce

from panda3d.physics import LinearForce
class LinearForce

Bases:

Bases: BaseForce

A force that acts on a PhysicsObject by way of an Integrator. This is a pure virtual base class.

Inheritance diagram

Inheritance diagram of LinearForce

get_amplitude() float
static get_class_type() panda3d.core.TypeHandle
get_mass_dependent() bool
get_vector(po: PhysicsObject) panda3d.core.LVector3
get_vector_masks() panda3d.core.LVector3
make_copy() LinearForce
set_amplitude(a: float)
set_mass_dependent(m: bool)
set_vector_masks(x: bool, y: bool, z: bool)