public abstract class MrLens
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected float |
mClipEnd |
protected float |
mClipStart |
protected float |
mHeight |
protected MrMatrix4f |
mProjectionMatrix |
protected float |
mWidth |
Constructor and Description |
---|
MrLens() |
Modifier and Type | Method and Description |
---|---|
float |
getAspectRatio() |
float |
getClipEnd() |
float |
getClipStart() |
float |
getHeight() |
abstract MrMatrix4f |
getProjectionMatrix() |
float |
getWidth() |
void |
setClipPlanes(float start,
float end) |
void |
setDimension(float width,
float height) |
protected float mWidth
protected float mHeight
protected float mClipStart
protected float mClipEnd
protected MrMatrix4f mProjectionMatrix
public void setDimension(float width, float height)
public void setClipPlanes(float start, float end)
public float getClipStart()
public float getClipEnd()
public float getAspectRatio()
public float getWidth()
public float getHeight()
public abstract MrMatrix4f getProjectionMatrix()