| Modifier and Type | Field and Description |
|---|---|
double |
bottom
the latest value used to invoke glOrtho
|
double |
far
the latest value used to invoke glOrtho
|
double |
left
the latest value used to invoke glOrtho
|
double |
near
the latest value used to invoke glOrtho
|
double |
right
the latest value used to invoke glOrtho
|
double |
top
the latest value used to invoke glOrtho
|
| Constructor and Description |
|---|
Ortho() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.jogamp.opengl.GL gl)
Applies orthogonal projection only if parameters are valid (i.e. not zero)
|
String |
toString() |
void |
update(double left,
double right,
double bottom,
double top,
double near,
double far) |
public double left
public double right
public double bottom
public double top
public double near
public double far
Copyright © 2021. All rights reserved.