nw::gfx::Camera::SetPosition Member Function

Syntax

void SetPosition(
     const nw::math::VEC3 & position
);
void SetPosition(
     f32 x,
     f32 y,
     f32 z
);

List of Overloaded Member Functions

SetPosition ( const nw::math::VEC3 & ) Sets the camera's position coordinates.
SetPosition ( f32, f32, f32 ) Sets the camera's position coordinates.

Description of SetPosition ( const nw::math::VEC3 & )

Sets the camera's position coordinates.

Description of SetPosition ( f32, f32, f32 )

Sets the camera's position coordinates.


CONFIDENTIAL