Fixed typo in documentation.

This commit is contained in:
Gary Scavone
2016-02-03 14:03:00 -05:00
parent a506acc708
commit f0f6668f25

View File

@@ -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).