Browse Source

Math: STUPID EFFING DOXYGEN GODDAMIT I HATE YA WITH PASSION

pull/267/head
Vladimír Vondruš 8 years ago
parent
commit
68f34b3283
  1. 2
      src/Magnum/Math/Vector.h

2
src/Magnum/Math/Vector.h

@ -72,7 +72,7 @@ namespace Implementation {
Returns `0` when two vectors are perpendicular, `> 0` when two vectors are in
the same general direction, `1` when two *normalized* vectors are parallel,
`< 0` when two vectors are in opposite general direction and `-1` when two
*normalized* vectors are antiparallel. @f[
* *normalized* vectors are antiparallel. @f[
\boldsymbol a \cdot \boldsymbol b = \sum_{i=0}^{n-1} \boldsymbol a_i \boldsymbol b_i
@f]
@see @ref Vector::dot() const, @ref Vector::operator-(), @ref Vector2::perpendicular()

Loading…
Cancel
Save