reng ~3d_phys_newton (2022-05-10T05:48:47.4890382)
Dub
Repo
NewtonCollisionShape
re
phys
newton3d
Undocumented in source.
version(physics)
abstract
class
NewtonCollisionShape {
NewtonWorldManager
world
;
NewtonCollision
*
newtonCollision
;
this
(NewtonWorldManager world);
~this
();
void
setTransformation
(Matrix4 m);
}
Constructors
this
this
(NewtonWorldManager world)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
setTransformation
void
setTransformation
(Matrix4 m)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
newtonCollision
NewtonCollision
*
newtonCollision
;
Undocumented in source.
world
NewtonWorldManager
world
;
Undocumented in source.
Meta
Source
See Implementation
re
phys
newton3d
classes
NewtonBoxShape
NewtonCapsuleShape
NewtonChamferCylinderShape
NewtonCollisionShape
NewtonCompoundShape
NewtonConeShape
NewtonCylinderShape
NewtonRigidBody
NewtonSphereShape
NewtonWorldManager
functions
arrayof
newtonBodyForceCallback
xyz