class grRotationf: public grTransform, public Coord3f

Scene rotation: the coordinate represents the axis of rotation

Inheritance:


Public Fields

[more]GLfloat angle
Rotation angle

Public Methods

[more] grRotationf()
Default constructor
[more]char* Name() const
see grNode


Inherited from grTransform:

Public Fields

oGLenum mode


Inherited from grNode:

Public Methods

ovoid Render( grStatus & status )
ovoid Select( grStatus & status )
ogrNode* FindByName( const GLuint name )


Inherited from Coord3f:

Public Fields

ofloat x

Public Methods

oCoord3f& operator = ( Coord3f const & v)
oCoord3f& Set( const float X, const float Y, const float Z )
oCoord3f& Get( float & X, float & Y, float & Z )
ofloat& operator [] ( const int i )
ofloat& operator [] ( const int i ) const
oCoord3f operator + ( Coord3f const & v) const
oCoord3f operator - ( Coord3f const & v) const
oCoord3f operator * ( const float s ) const
oCoord3f operator / ( const float s ) const
ofloat Norm( void ) const
ofloat Norm2( void ) const
ofloat operator * ( Coord3f const & v ) const
oCoord3f operator ^ ( Coord3f const & v ) const
oCoord3f& operator += ( Coord3f const & v)
oCoord3f& operator -= ( Coord3f const & v)
oCoord3f& operator *= ( const float s )
oCoord3f& operator /= ( const float s )
oCoord3f& Scale3( const float sx, const float sy, const float sz )
oCoord3f& Normalize( void )
obool operator == ( Coord3f const & v ) const
obool operator != ( Coord3f const & v ) const
obool eq( Coord3f const & v, const float eps ) const
obool neq( Coord3f const & v, const float eps ) const
obool operator < ( Coord3f const & v ) const
obool operator > ( Coord3f const & v ) const
obool operator <= ( Coord3f const & v ) const
obool operator >= ( Coord3f const & v ) const
oint Read( FILE *fp )
oint Write( FILE *fp ) const
oint ReadBin( FILE *fp )
oint WriteBin( FILE *fp ) const
odouble Hash( void ) const
ofloat Dist( Coord3f const & p ) const


Documentation

Scene rotation: the coordinate represents the axis of rotation
o grRotationf()
Default constructor

ochar* Name() const
see grNode

oGLfloat angle
Rotation angle


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java


GCR, Graphics Library, VCG, IEI-CNR.