File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -305,14 +305,14 @@ class Quaternion
305
305
};
306
306
307
307
/* *
308
- * @brief Writes this point to an output stream.
308
+ * @brief Writes this quaternion to an output stream.
309
309
*
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 .
312
312
*
313
313
* @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.
316
316
*/
317
317
template <typename Scalar>
318
318
std::ostream& operator <<(std::ostream& out, const Quaternion<Scalar>& p1)
You can’t perform that action at this time.
0 commit comments