mirror of
https://github.com/thestk/stk
synced 2026-04-19 14:06:55 +00:00
Fixed typo in documentation.
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
|||||||
//! Get the relative position of the given point to the sphere as a 3D vector.
|
//! Get the relative position of the given point to the sphere as a 3D vector.
|
||||||
Vector3D* getRelativePosition( Vector3D *position );
|
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 );
|
StkFloat getVelocity( Vector3D* velocity );
|
||||||
|
|
||||||
//! Returns the distance from the sphere boundary to the given position (< 0 if inside).
|
//! Returns the distance from the sphere boundary to the given position (< 0 if inside).
|
||||||
|
|||||||
Reference in New Issue
Block a user