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