14 #ifndef DOXYGEN_OMIT_INTERNAL 18 #endif // DOXYGEN_OMIT_INTERNAL float getY() const
Returns the Y component of the vector.
Structure to hold a 3-D floating point vector (i.e., x/y/z components)
float getZ() const
Returns the Z component of the vector.
Vector3f(float x, float y, float z)
Create a 3-D floating point vector from three floating point components.
float getX() const
Returns the X component of the vector.