#include <d_demo.h>
◆ Enable_e
Enumerator |
---|
ENABLE_PROJ_NEAR_e | |
ENABLE_PROJ_FAR_e | |
ENABLE_PROJ_FOVY_e | |
ENABLE_PROJ_ASPECT_e | |
ENABLE_VIEW_POS_e | |
ENABLE_VIEW_UP_VEC_e | |
ENABLE_VIEW_TARG_POS_e | |
ENABLE_VIEW_ROLL_e | |
◆ dDemo_camera_c()
dDemo_camera_c::dDemo_camera_c |
( |
| ) |
|
|
inline |
◆ ~dDemo_camera_c()
dDemo_camera_c::~dDemo_camera_c |
( |
| ) |
|
|
virtual |
◆ checkEnable()
bool dDemo_camera_c::checkEnable |
( |
u8 |
flag | ) |
|
|
inline |
◆ getFovy()
f32 dDemo_camera_c::getFovy |
( |
| ) |
|
|
inline |
◆ getRoll()
f32 dDemo_camera_c::getRoll |
( |
| ) |
|
|
inline |
◆ getTarget()
cXyz & dDemo_camera_c::getTarget |
( |
| ) |
|
|
inline |
◆ getTrans()
cXyz & dDemo_camera_c::getTrans |
( |
| ) |
|
|
inline |
◆ getUp()
cXyz & dDemo_camera_c::getUp |
( |
| ) |
|
|
inline |
◆ JSGGetProjectionAspect()
f32 dDemo_camera_c::JSGGetProjectionAspect |
( |
| ) |
const |
|
virtual |
◆ JSGGetProjectionFar()
f32 dDemo_camera_c::JSGGetProjectionFar |
( |
| ) |
const |
|
virtual |
◆ JSGGetProjectionFovy()
f32 dDemo_camera_c::JSGGetProjectionFovy |
( |
| ) |
const |
|
virtual |
◆ JSGGetProjectionNear()
f32 dDemo_camera_c::JSGGetProjectionNear |
( |
| ) |
const |
|
virtual |
◆ JSGGetViewPosition()
void dDemo_camera_c::JSGGetViewPosition |
( |
Vec * |
o_position | ) |
const |
|
virtual |
◆ JSGGetViewRoll()
f32 dDemo_camera_c::JSGGetViewRoll |
( |
| ) |
const |
|
virtual |
◆ JSGGetViewTargetPosition()
void dDemo_camera_c::JSGGetViewTargetPosition |
( |
Vec * |
o_targetPos | ) |
const |
|
virtual |
◆ JSGGetViewUpVector()
void dDemo_camera_c::JSGGetViewUpVector |
( |
Vec * |
o_upVec | ) |
const |
|
virtual |
◆ JSGSetProjectionAspect()
void dDemo_camera_c::JSGSetProjectionAspect |
( |
f32 |
i_aspect | ) |
|
|
virtual |
◆ JSGSetProjectionFar()
void dDemo_camera_c::JSGSetProjectionFar |
( |
f32 |
i_projFar | ) |
|
|
virtual |
◆ JSGSetProjectionFovy()
void dDemo_camera_c::JSGSetProjectionFovy |
( |
f32 |
i_projFovy | ) |
|
|
virtual |
◆ JSGSetProjectionNear()
void dDemo_camera_c::JSGSetProjectionNear |
( |
f32 |
i_projNear | ) |
|
|
virtual |
◆ JSGSetViewPosition()
void dDemo_camera_c::JSGSetViewPosition |
( |
Vec const & |
i_position | ) |
|
|
virtual |
◆ JSGSetViewRoll()
void dDemo_camera_c::JSGSetViewRoll |
( |
f32 |
i_roll | ) |
|
|
virtual |
◆ JSGSetViewTargetPosition()
void dDemo_camera_c::JSGSetViewTargetPosition |
( |
Vec const & |
i_targetPos | ) |
|
|
virtual |
◆ JSGSetViewUpVector()
void dDemo_camera_c::JSGSetViewUpVector |
( |
Vec const & |
i_upVec | ) |
|
|
virtual |
◆ onEnable()
void dDemo_camera_c::onEnable |
( |
u8 |
flag | ) |
|
|
inline |
◆ mFlags
u8 dDemo_camera_c::mFlags |
|
private |
◆ mProjAspect
f32 dDemo_camera_c::mProjAspect |
|
private |
◆ mProjFar
f32 dDemo_camera_c::mProjFar |
|
private |
◆ mProjFovy
f32 dDemo_camera_c::mProjFovy |
|
private |
◆ mProjNear
f32 dDemo_camera_c::mProjNear |
|
private |
◆ mViewPos
cXyz dDemo_camera_c::mViewPos |
|
private |
◆ mViewRoll
f32 dDemo_camera_c::mViewRoll |
|
private |
◆ mViewTargetVector
cXyz dDemo_camera_c::mViewTargetVector |
|
private |
◆ mViewUpVector
cXyz dDemo_camera_c::mViewUpVector |
|
private |
The documentation for this class was generated from the following files: