[ROOT] --> small

class pos3d

Author:
unascribed

Version:
unknown

Source:
transformationMatrix.h:26

Constructors Index

pos3d
[public]
~pos3d
[public]


Variables Index

coordinates
[public]


Methods Index

crossProduct
[public]
getLength2
[public]
operator +=
[public]
withinTol
[public]


Constructors

pos3d

public pos3d ( ) ;

pos3d

public virtual ~ pos3d ( ) ;


Variables

coordinates

public double coordinates [ 3 ]


Methods

operator +=

public pos3d & operator += ( transformationMatrix3d & rLhs ) ;

withinTol

public bool withinTol ( ) ;

getLength2

public double getLength2 ( ) ;

crossProduct

public pos3d & crossProduct ( double * lhs ,
                              double * rhs ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.