Searched refs:GetRotationMatrix (Results 1 – 4 of 4) sorted by relevance
90 Mat4& GetRotationMatrix();
137 Mat4& TapCamera::GetRotationMatrix() in GetRotationMatrix() function in ndk_helper::TapCamera
141 * camera_->GetRotationMatrix() * mat_model_; in Update()
263 mat_view_ = camera_->GetTransformMatrix() * mat_view_ * camera_->GetRotationMatrix(); in Update()