dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
NewtonConstraint
dagon
ext
newton
constraint
Undocumented in source.
abstract
class
NewtonConstraint : Owner {
NewtonPhysicsWorld
world
;
NewtonJoint
*
joint
;
this
(NewtonPhysicsWorld world);
float
stiffness
();
void
stiffness
(float s);
}
Constructors
this
this
(NewtonPhysicsWorld world)
Undocumented in source.
Members
Functions
stiffness
float
stiffness
()
Undocumented in source. Be warned that the author may not have intended to support it.
stiffness
void
stiffness
(float s)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
joint
NewtonJoint
*
joint
;
Undocumented in source.
world
NewtonPhysicsWorld
world
;
Undocumented in source.
Meta
Source
See Implementation
dagon
ext
newton
constraint
classes
NewtonBallConstraint
NewtonConstraint
NewtonCorkscrewConstraint
NewtonSliderConstraint
NewtonUniversalConstraint
NewtonUpVectorConstraint