Public Member Functions |
|
__init__ () | |
__init__ (float x, float y, float z) | |
__init__ (float pt) | |
__init__ (Point2Flt pt2) | |
__init__ (float x, float y, float z) | |
__init__ (float pt) | |
__init__ (int x, int y, int z) | |
__del__ () | |
set (float x, float y, float z) | |
set (float p) | |
set (float x, float y, float z) | |
set (float p) | |
set (Point2Flt pt2) | |
get (float, float, float) | |
get (float p) | |
__init__ (PointFlt) | |
__init__ (Point) | |
PointFlt | operator= (PointFlt) |
operator+= (VectorFlt) | |
operator-= (VectorFlt) | |
bool | operator== (PointFlt) |
bool | operator!= (PointFlt) |
float | operator[] (int) |
VectorFlt | asVectorFlt () |
operator float * () | |
operator const float * () | |
Public Attributes |
|
float | p |
PointFlt | origin |
awLinear.PointFlt.__init__ | ( | ) |
awLinear.PointFlt.__init__ | ( | float | x, |
float | y, | ||
float | z | ||
) |
awLinear.PointFlt.__init__ | ( | float | pt | ) |
awLinear.PointFlt.__init__ | ( | Point2Flt | pt2 | ) |
awLinear.PointFlt.__init__ | ( | float | x, |
float | y, | ||
float | z | ||
) |
awLinear.PointFlt.__init__ | ( | float | pt | ) |
awLinear.PointFlt.__init__ | ( | int | x, |
int | y, | ||
int | z | ||
) |
awLinear.PointFlt.__del__ | ( | ) |
awLinear.PointFlt.set | ( | float | x, |
float | y, | ||
float | z | ||
) |
awLinear.PointFlt.set | ( | float | p | ) |
awLinear.PointFlt.set | ( | float | x, |
float | y, | ||
float | z | ||
) |
awLinear.PointFlt.set | ( | float | p | ) |
awLinear.PointFlt.set | ( | Point2Flt | pt2 | ) |
awLinear.PointFlt.get | ( | float | , |
float | , | ||
float | |||
) |
awLinear.PointFlt.get | ( | float | p | ) |
awLinear.PointFlt.__init__ | ( | PointFlt | ) |
awLinear.PointFlt.__init__ | ( | Point | ) |
awLinear.PointFlt.operator+= | ( | VectorFlt | ) |
awLinear.PointFlt.operator-= | ( | VectorFlt | ) |
bool awLinear.PointFlt.operator== | ( | PointFlt | ) |
bool awLinear.PointFlt.operator!= | ( | PointFlt | ) |
float awLinear.PointFlt.operator[] | ( | int | ) |
VectorFlt awLinear.PointFlt.asVectorFlt | ( | ) |
awLinear.PointFlt.operator float * | ( | ) |
awLinear.PointFlt.operator const float * | ( | ) |
float awLinear.PointFlt.p |