Home | History | Annotate | Download | only in Geometry

Lines Matching refs:normalized

122     * \sa normalized(), MatrixBase::normalize() */
124 /** \returns a normalized copy of \c *this
125 * \sa normalize(), MatrixBase::normalized() */
126 inline Quaternion<Scalar> normalized() const { return Quaternion<Scalar>(coeffs().normalized()); }
206 * \warning Operations interpreting the quaternion as rotation have undefined behavior if the quaternion is not normalized.
521 * be normalized, otherwise the result is undefined.
566 * Note that the two input vectors do \b not have to be normalized, and
575 Vector3 v0 = a.normalized();
576 Vector3 v1 = b.normalized();
616 * Note that the two input vectors do \b not have to be normalized, and
631 * and/or the quaternion is normalized, then it is enough to use the conjugate.
650 * if the quaternion is normalized.