ShapeComponent

Undocumented in source.

Constructors

this
this(PhysicsWorld world, Geometry g, Vector3f c, float m)
Undocumented in source.

Members

Functions

supportPointGlobal
Vector3f supportPointGlobal(Vector3f dir)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

boundingBox
AABB boundingBox [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
boundingSphere
Sphere boundingSphere [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Vector3f position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transformation
Matrix4x4f transformation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transformation
Matrix4x4f transformation [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_transformation
Matrix4x4f _transformation;
Undocumented in source.
active
bool active;
Undocumented in source.
centroid
Vector3f centroid;
Undocumented in source.
geometry
Geometry geometry;
Undocumented in source.
id
uint id;
Undocumented in source.
locked
bool locked;
Undocumented in source.
mass
float mass;
Undocumented in source.
numCollisions
int numCollisions;
Undocumented in source.
raycastable
bool raycastable;
Undocumented in source.
solve
bool solve;
Undocumented in source.

Meta