From f0f6668f258ad00bd05b810ac213e035567b8d92 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Wed, 3 Feb 2016 14:03:00 -0500 Subject: [PATCH] Fixed typo in documentation. --- include/Sphere.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Sphere.h b/include/Sphere.h index f7d4f09..a94a1c6 100644 --- a/include/Sphere.h +++ b/include/Sphere.h @@ -41,7 +41,7 @@ public: //! Get the relative position of the given point to the sphere as a 3D vector. Vector3D* getRelativePosition( Vector3D *position ); - //! Set the velcoity of the sphere as a 3D vector. + //! Set the velocity of the sphere as a 3D vector. StkFloat getVelocity( Vector3D* velocity ); //! Returns the distance from the sphere boundary to the given position (< 0 if inside).