X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2Fvector.cpp;h=3f68193c792231132f36c598280dee015537e8cf;hp=7b518421adf90f30f8c1ddfeef2b50bfb7f533d8;hb=526db67540bf69a4c09ed0d0f4d62bad0a37ee70;hpb=3025996ba17bf59f5bc64def5d55b95c4d732a8a diff --git a/src/vector.cpp b/src/vector.cpp index 7b51842..3f68193 100644 --- a/src/vector.cpp +++ b/src/vector.cpp @@ -100,7 +100,7 @@ void Vector::normalize() /** - * Get scalar product of the vectors + * Get scalar product of two vectors * @param vector arbitrary vector * @return the scalar product */ @@ -116,7 +116,7 @@ double Vector::getScalarProduct(Vector vector) /** - * Get cross product of the vectors + * Get cross product of two vectors * @param vector arbitrary vector * @return the cross product */ @@ -132,7 +132,7 @@ Vector Vector::getCrossProduct(Vector vector) /** - * Get angle between the vectors + * Get angle between two vectors * @param vector the second (normalized) vector * @return the angle, in degrees */