Coord.h File Reference
#include <tulip/tulipconf.h>
#include <tulip/Vector.h>
Include dependency graph for Coord.h:
This graph shows which files directly or indirectly include this file:
Namespaces
Functions
- Coord operator * (const Coord &, const Vector< float, 3 > &)
- Coord operator * (const Coord &, const float &)
- tlp::Coord tlp::Coord::operator+ (const tlp::Vector< float, 3 > &v) const
- tlp::Coord tlp::Coord::operator+ (const float &scalaire) const
- tlp::Coord tlp::Coord::operator- (const tlp::Vector< float, 3 > &v) const
- tlp::Coord tlp::Coord::operator- (const float &scalaire) const
- tlp::Coord tlp::operator * (const tlp::Coord &v1, const tlp::Vector< float, 3 > &v2)
- tlp::Coord tlp::operator * (const tlp::Coord &v, const float &scalaire)
- tlp::Coord tlp::Coord::operator/ (const tlp::Vector< float, 3 > &v) const
- tlp::Coord tlp::Coord::operator/ (const float &scalaire) const
- tlp::Coord tlp::Coord::operator^ (const tlp::Vector< float, 3 > &v) const
- tlp::Coord::Coord (const float xx, const float yy, const float zz)
- tlp::Coord::Coord (const tlp::Vector< float, 3 > &v)
- void tlp::Coord::set (const float xx, const float yy, const float zz)
- void tlp::Coord::set (const tlp::Coord &c)
- void tlp::Coord::get (float &xx, float &yy, float &zz) const
- void tlp::Coord::setX (const float xx)
- void tlp::Coord::setY (const float yy)
- void tlp::Coord::setZ (const float zz)
Function Documentation
Coord tlp::operator * |
( |
const Coord & |
, |
|
|
const float & |
|
|
) |
[inline] |
|
Coord tlp::operator * |
( |
const Coord & |
, |
|
|
const Vector< float, 3 > & |
|
|
) |
[inline] |
|
tlp::Coord::Coord |
( |
const tlp::Vector< float, 3 > & |
v |
) |
|
|
tlp::Coord::Coord |
( |
const float |
xx, |
|
|
const float |
yy, |
|
|
const float |
zz |
|
) |
|
|
void tlp::Coord::get |
( |
float & |
xx, |
|
|
float & |
yy, |
|
|
float & |
zz |
|
) |
const |
|
tlp::Coord tlp::Coord::operator+ |
( |
const float & |
scalaire |
) |
const |
|
tlp::Coord tlp::Coord::operator- |
( |
const float & |
scalaire |
) |
const |
|
tlp::Coord tlp::Coord::operator/ |
( |
const float & |
scalaire |
) |
const |
|
void tlp::Coord::set |
( |
const float |
xx, |
|
|
const float |
yy, |
|
|
const float |
zz |
|
) |
|
|
void tlp::Coord::setX |
( |
const float |
xx |
) |
|
|
void tlp::Coord::setY |
( |
const float |
yy |
) |
|
|
void tlp::Coord::setZ |
( |
const float |
zz |
) |
|
|
|