|
|
|
@ -79,7 +79,6 @@ public class StripBox extends AbstractBox { |
|
|
|
|
* the given amount in <em>each</em> direction. So, for example, a box |
|
|
|
|
* with extent of 0.5 would be the unit cube. |
|
|
|
|
* |
|
|
|
|
* @param name the name of the box. |
|
|
|
|
* @param x the size of the box along the x axis, in both directions. |
|
|
|
|
* @param y the size of the box along the y axis, in both directions. |
|
|
|
|
* @param z the size of the box along the z axis, in both directions. |
|
|
|
@ -96,7 +95,6 @@ public class StripBox extends AbstractBox { |
|
|
|
|
* the given amount in <em>each</em> direction. So, for example, a box |
|
|
|
|
* with extent of 0.5 would be the unit cube. |
|
|
|
|
* |
|
|
|
|
* @param name the name of the box. |
|
|
|
|
* @param center the center of the box. |
|
|
|
|
* @param x the size of the box along the x axis, in both directions. |
|
|
|
|
* @param y the size of the box along the y axis, in both directions. |
|
|
|
@ -115,7 +113,6 @@ public class StripBox extends AbstractBox { |
|
|
|
|
* use the {@link #setLocalTranslation()} and {@link #setLocalRotation()} |
|
|
|
|
* methods to define those properties. |
|
|
|
|
* |
|
|
|
|
* @param name the name of the box. |
|
|
|
|
* @param min the minimum point that defines the box. |
|
|
|
|
* @param max the maximum point that defines the box. |
|
|
|
|
*/ |
|
|
|
|