proj home

Files   Classes   Functions   Hierarchy  

d2homogeneous.h File Reference

#include <point.h>
#include <print.h>

Include dependency graph for d2homogeneous.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  d2homogeneous
 Implementing the homogeneous coorinate system in 2D. More...

Functions

d2homogeneousoperator* (d2homogeneous &a, d2homogeneous const &b)
 The left most operand contains the result.


Function Documentation

d2homogeneous& operator* ( d2homogeneous a,
d2homogeneous const &  b 
)

The left most operand contains the result.

The client is responsible for memory and correct use!

Definition at line 120 of file d2homogeneous.cpp.

00124 {
00125   return a *= b;
00126 }


Generated on Fri Mar 4 00:49:39 2011 for Chelton Evans Source by  doxygen 1.5.8