Skip to content

Commit d6fdd98

Browse files
committed
fix documentation
1 parent 6132cb6 commit d6fdd98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/vclib/space/quaternion.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,14 +305,14 @@ class Quaternion
305305
};
306306

307307
/**
308-
* @brief Writes this point to an output stream.
308+
* @brief Writes this quaternion to an output stream.
309309
*
310-
* This operator writes this point to an output stream and returns the output
311-
* stream. The point is written as a column vector of its coordinates.
310+
* This operator writes this quaternion to an output stream and returns the
311+
* output stream.
312312
*
313313
* @param[in,out] out: The output stream to write to.
314-
* @param[in] p1 The point to write.
315-
* @return The output stream after the point is written.
314+
* @param[in] p1 The quaternion to write.
315+
* @return The output stream after the quaternion is written.
316316
*/
317317
template<typename Scalar>
318318
std::ostream& operator<<(std::ostream& out, const Quaternion<Scalar>& p1)

0 commit comments

Comments
 (0)