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