public interface CameraOrthographicModel
| 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
|
java.lang.Float getXmag()
java.lang.Float getYmag()
java.lang.Float getZfar()
java.lang.Float getZnear()
Copyright © 2022. All Rights Reserved.