Just™ Game Engine
jng::Camera Member List

This is the complete list of members for jng::Camera, including all inherited members.

Camera()jng::Camerainline
Camera(const Camera &)=defaultjng::Camera
getAspectRatio() constjng::Camerainline
getOrthographicFar() constjng::Camerainline
getOrthographicNear() constjng::Camerainline
getOrthographicSize() constjng::Camerainline
getPerspectiveFar() constjng::Camerainline
getPerspectiveFOV() constjng::Camerainline
getPerspectiveNear() constjng::Camerainline
getProjection() constjng::Camerainline
getProjectionType() constjng::Camerainline
getVP(const glm::mat4 transform) constjng::Camera
ProjectionType enum namejng::Camera
reset()jng::Camerainline
setOrthographic(f32 oSize, f32 oNear=-1.f, f32 oFar=1.f)jng::Camera
setOrthographicFar(f32 oFar)jng::Camerainline
setOrthographicNear(f32 oNear)jng::Camerainline
setOrthographicSize(f32 oSize)jng::Camerainline
setPerspective(f32 pFOV, f32 pNear=0.01f, f32 pFar=1000.f)jng::Camera
setPerspectiveFar(float pFar)jng::Camerainline
setPerspectiveFOV(float pFOV)jng::Camerainline
setPerspectiveNear(float pNear)jng::Camerainline
setProjectionType(ProjectionType type)jng::Camerainline
setViewportSize(f32 width, f32 height)jng::Camera