AngularVectorForce

from panda3d.physics import AngularVectorForce
class AngularVectorForce

Bases: AngularForce

a simple directed torque force, the angular equivalent of simple vector force.

Inheritance diagram

Inheritance diagram of AngularVectorForce

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getLocalQuat()

C++ Interface: get_local_quat(AngularVectorForce self)

/**

*/

get_class_type()

C++ Interface: get_class_type()

get_local_quat()

C++ Interface: get_local_quat(AngularVectorForce self)

/**

*/

setHpr()

C++ Interface: set_hpr(const AngularVectorForce self, float h, float p, float r)

/**

*/

setQuat()

C++ Interface: set_quat(const AngularVectorForce self, const LRotationf quat)

/**

*/

set_hpr()

C++ Interface: set_hpr(const AngularVectorForce self, float h, float p, float r)

/**

*/

set_quat()

C++ Interface: set_quat(const AngularVectorForce self, const LRotationf quat)

/**

*/