Home | History | Annotate | Download | only in ndk_helper

Lines Matching defs:TapCamera

18 //  tapCamera.cpp
23 #include "tapCamera.h"
39 TapCamera::TapCamera() :
69 void TapCamera::InitParameters()
89 TapCamera::~TapCamera()
94 void TapCamera::Update()
137 Mat4& TapCamera::GetRotationMatrix()
142 Mat4& TapCamera::GetTransformMatrix()
147 void TapCamera::Reset( const bool bAnimate )
157 void TapCamera::BeginDrag( const Vec2& v )
175 void TapCamera::EndDrag()
185 void TapCamera::Drag( const Vec2& v )
200 void TapCamera::BeginPinch( const Vec2& v1, const Vec2& v2 )
228 void TapCamera::EndPinch()
242 void TapCamera::Pinch( const Vec2& v1, const Vec2& v2 )
284 void TapCamera::BallUpdate()
301 Vec3 TapCamera::PointOnSphere( Vec2& point )