Lines Matching refs:VEC3
347 nw::math::VEC3 GetPosition() const in GetPosition()
357 void SetPosition(const nw::math::VEC3& position) in SetPosition()
371 SetPosition(nw::math::VEC3(x, y, z)); in SetPosition()
382 const nw::math::VEC3& GetTargetPosition() const;
392 void SetTargetPosition(const nw::math::VEC3& targetPosition);
406 SetTargetPosition(nw::math::VEC3(x, y, z)); in SetTargetPosition()
417 const nw::math::VEC3& GetUpwardVector() const;
427 void SetUpwardVector(const nw::math::VEC3& upwardVector);
441 SetUpwardVector(nw::math::VEC3(x, y, z)); in SetUpwardVector()
472 const nw::math::VEC3& GetViewRotate() const;
482 void SetViewRotate(const nw::math::VEC3& viewRotate);
495 SetViewRotate(nw::math::VEC3(x, y, z)); in SetViewRotate()