Home | History | Annotate | Download | only in opengl

Lines Matching refs:mTarget

44     mTarget = other.mTarget;
119 mTarget = target;
120 if (!mTarget.isApprox(position()))
122 Vector3f newDirection = mTarget - position();
151 Vector3f t = mViewMatrix * mTarget;
168 float dist = (position() - mTarget).norm();
170 mTarget = position() + dist * direction();
176 float dist = (position() - mTarget).norm();
188 setTarget( mTarget + trans );