public class ViewState
extends java.lang.Object
In general, toolkit users shouldn't need to interact with these.
Modifier | Constructor and Description |
---|---|
protected |
ViewState() |
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
Point3d |
getEyePos()
Return the eye position.
|
boolean |
isEqual(ViewState viewState)
Compare two view states and return true if they're equal.
|
public boolean isEqual(ViewState viewState)
viewState
- View state to compare.public Point3d getEyePos()
public void finalize()
finalize
in class java.lang.Object