public interface CameraPerspectiveModel
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getAspectRatio()
Returns the aspect ratio
|
java.lang.Float |
getYfov()
Returns the FOV, in y-direction, in radians
|
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 getAspectRatio()
java.lang.Float getYfov()
java.lang.Float getZfar()
java.lang.Float getZnear()
Copyright © 2022. All Rights Reserved.