Changeset 132
- Timestamp:
- 06/07/08 17:32:11 (3 months ago)
- Files:
-
- trunk/blaze/blaze/dynamics/joints/SlideJoint.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/blaze/blaze/dynamics/joints/SlideJoint.d
r129 r132 47 47 this(RigidBody a, RigidBody b, Vector2D anchor1, Vector2D anchor2, Number min, Number max) 48 48 { 49 // Max and min should be positive numbers 50 assert(min > 0.0f && max > 0.0f); 51 49 52 super(a, b); 50 53 this.anchor1 = anchor1;
