reng ~3d_phys_newton (2022-05-10T05:48:47.4890382)
Dub
Repo
NewtonCylinderShape
re
phys
newton3d
Undocumented in source.
version(physics)
class
NewtonCylinderShape :
NewtonCollisionShape
{
float
radius1
;
float
radius2
;
float
height
;
this
(float radius1, float radius2, float height, NewtonWorldManager world);
}
Constructors
this
this
(float radius1, float radius2, float height, NewtonWorldManager world)
Undocumented in source.
Members
Variables
height
float
height
;
Undocumented in source.
radius1
float
radius1
;
Undocumented in source.
radius2
float
radius2
;
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