class QucPosition : public CorBase a 3D position
| | QucPosition ( double anX, double aY, double aZ )
| ||||||
| | QucPosition ( const QucPosition & aRef )
| ||||||
| | operator= ( const QucPosition & aRef )
| ||||||
| | ~QucPosition () | ||||||
| | rotateX ( double anAngle )
| ||||||
| | rotateY ( double anAngle )
| ||||||
| | rotateZ ( double anAngle )
| ||||||
| | translate ( QucPosition aPosition )
| ||||||
| | scale ( double xFactor = 1.0, double yFactor = 1.0, double zFactor = 1.0 )
| ||||||
| | x () const | ||||||
| | y () const | ||||||
| | z () const | ||||||
| | print () const | ||||||
| | operator+ ( QucPosition aPosition )
| ||||||
| | operator- ( QucPosition aPosition )
| ||||||
| | operator* ( QucPosition aPosition )
| ||||||
| | operator* ( double aScalar )
| ||||||
| | operator/ ( double aScalar )
|
![]()
SYNOPSIS
#include <QucPosition.h> QucPosition myObject;DESCRIPTION
This class models a position in a three dimensional space.CAUTIONS
<optional>EXAMPLES
<optional>SEE ALSO
<optional>
CorBase
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Returns
A reference to this instance.
Exceptions
Arguments
Preconditions
Exceptions
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Returns
Exceptions
Arguments
Preconditions
Returns
The x attribute of this instance.
Exceptions
Preconditions
Returns
The y attribute of this instance.
Exceptions
Preconditions
Returns
The z attribute of this instance.
Exceptions
Preconditions
Exceptions
Preconditions
Returns
Return a position that equals this one plus another one.
Exceptions
Arguments
Preconditions
Returns
Return a position that equals this one minus another one.
Exceptions
Arguments
Preconditions
Returns
Return a position that equals this one times another one.
Exceptions
Arguments
Preconditions
Returns
Return a position that equals this one times a scalar.
Exceptions
Arguments
Preconditions
Returns
Return a position that equals this one divided by a scalar.
Exceptions
Arguments
| VLT-DFS Subsystem Core - User Manual 1.1 | VLT-MAN-ESO-19000-0001 |
generated by doc++