Package com.simsilica.lemur
Class Insets3f
java.lang.Object
com.simsilica.lemur.Insets3f
- All Implemented Interfaces:
Cloneable
A 3D insets object representing a three dimensional padding
around some axis aligned box.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setMaxInsets
(Vector3f max) void
setMinInsets
(Vector3f min) toString()
-
Field Details
-
min
-
max
-
-
Constructor Details
-
Insets3f
public Insets3f(float top, float left, float bottom, float right) -
Insets3f
public Insets3f(float top, float left, float bottom, float right, float front, float back) -
Insets3f
-
-
Method Details