dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
NewtonCollisionShape
dagon
ext
newton
shape
Undocumented in source.
abstract
class
NewtonCollisionShape : Owner {
NewtonPhysicsWorld
world
;
NewtonCollision
*
newtonCollision
;
this
(NewtonPhysicsWorld world);
~this
();
void
setTransformation
(Matrix4x4f m);
}
Constructors
this
this
(NewtonPhysicsWorld world)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
setTransformation
void
setTransformation
(Matrix4x4f m)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
newtonCollision
NewtonCollision
*
newtonCollision
;
Undocumented in source.
world
NewtonPhysicsWorld
world
;
Undocumented in source.
Meta
Source
See Implementation
dagon
ext
newton
shape
classes
NewtonBoxShape
NewtonCapsuleShape
NewtonChamferCylinderShape
NewtonCollisionShape
NewtonCompoundShape
NewtonConeShape
NewtonConvexHullShape
NewtonCylinderShape
NewtonHeightmapShape
NewtonMeshShape
NewtonSphereShape