dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
Home
Dub
Repo
NewtonUpVectorConstraint
dagon
ext
newton
constraint
Undocumented in source.
class
NewtonUpVectorConstraint :
NewtonConstraint
{
NewtonRigidBody
body1
;
Vector3f
pivotAxis
;
this
(NewtonPhysicsWorld world, NewtonRigidBody body1, Vector3f pivotAxis);
}
Constructors
this
this
(NewtonPhysicsWorld world, NewtonRigidBody body1, Vector3f pivotAxis)
Undocumented in source.
Members
Variables
body1
NewtonRigidBody
body1
;
Undocumented in source.
pivotAxis
Vector3f
pivotAxis
;
Undocumented in source.
Inherited Members
From NewtonConstraint
world
NewtonPhysicsWorld
world
;
Undocumented in source.
joint
NewtonJoint
*
joint
;
Undocumented in source.
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.
Meta
Source
See Implementation
dagon
ext
newton
constraint
classes
NewtonBallConstraint
NewtonConstraint
NewtonCorkscrewConstraint
NewtonSliderConstraint
NewtonUniversalConstraint
NewtonUpVectorConstraint