X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2Fvector.h;h=438b3258f485ebe1936eb248d863e00273b31a2f;hp=df1e758c23aafe93f53861edd550a4337de9e53a;hb=526db67540bf69a4c09ed0d0f4d62bad0a37ee70;hpb=3025996ba17bf59f5bc64def5d55b95c4d732a8a diff --git a/src/vector.h b/src/vector.h index df1e758..438b325 100644 --- a/src/vector.h +++ b/src/vector.h @@ -58,21 +58,21 @@ public: void normalize(); /** - * Get scalar product of the vectors + * Get scalar product of two vectors * @param vector arbitrary vector * @return the scalar product */ double getScalarProduct(Vector vector); /** - * Get cross product of the vectors + * Get cross product of two vectors * @param vector arbitrary vector * @return the cross product */ 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 */