public class DefaultCameraOrthographicModel extends java.lang.Object implements CameraOrthographicModel
CameraOrthographicModel| Constructor and Description |
|---|
DefaultCameraOrthographicModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getXmag()
Returns the horizontal magnification
|
java.lang.Float |
getYmag()
Returns the vertical magnification
|
java.lang.Float |
getZfar()
Returns the distance of the far clipping plane
|
java.lang.Float |
getZnear()
Returns the distance of the near clipping plane
|
void |
setXmag(java.lang.Float xmag)
Set the magnification in x-direction
|
void |
setYmag(java.lang.Float ymag)
Set the magnification in y-direction
|
void |
setZfar(java.lang.Float zfar)
Set the far clipping plane distance
|
void |
setZnear(java.lang.Float znear)
Set the near clipping plane distance
|
public void setXmag(java.lang.Float xmag)
xmag - The magnificationpublic void setYmag(java.lang.Float ymag)
ymag - The magnificationpublic void setZfar(java.lang.Float zfar)
zfar - The distancepublic void setZnear(java.lang.Float znear)
znear - The distancepublic java.lang.Float getXmag()
CameraOrthographicModelgetXmag in interface CameraOrthographicModelpublic java.lang.Float getYmag()
CameraOrthographicModelgetYmag in interface CameraOrthographicModelpublic java.lang.Float getZfar()
CameraOrthographicModelgetZfar in interface CameraOrthographicModelpublic java.lang.Float getZnear()
CameraOrthographicModelgetZnear in interface CameraOrthographicModelCopyright © 2022. All Rights Reserved.