|
CUGL
2.0
|
This is the complete list of members for cugl::Point, including all inherited members.
| dist(const Point &p, const Plane &s) | cugl::Point | friend |
| dist(const Plane &s, const Point &p) | cugl::Point | friend |
| dist(const Point &p, const Point &q) | cugl::Point | friend |
| draw() const | cugl::Point | inline |
| light(GLenum lightNum) const | cugl::Point | inline |
| Line (defined in cugl::Point) | cugl::Point | friend |
| Matrix (defined in cugl::Point) | cugl::Point | friend |
| meet(const Line &k, const Plane &p) | cugl::Point | friend |
| normalize() | cugl::Point | |
| operator!=(const Point &p, const Point &q) | cugl::Point | friend |
| operator*(const Point &p, GLfloat s) | cugl::Point | friend |
| operator*(GLfloat s, const Point &p) | cugl::Point | friend |
| operator+(const Vector &v, const Point &p) | cugl::Point | friend |
| operator+(const Point &p, const Vector &v) | cugl::Point | friend |
| operator+=(const Vector &v) | cugl::Point | inline |
| operator-(const Point &p, const Point &q) | cugl::Point | friend |
| operator-=(const Vector &v) | cugl::Point | inline |
| operator/(GLfloat s) const | cugl::Point | inline |
| operator<<(std::ostream &os, const Point &p) | cugl::Point | friend |
| operator==(const Point &p, const Point &q) | cugl::Point | friend |
| operator[](int i) | cugl::Point | |
| operator[](int i) const | cugl::Point | |
| Plane (defined in cugl::Point) | cugl::Point | friend |
| Point(GLfloat x=0, GLfloat y=0, GLfloat z=0, GLfloat w=1) | cugl::Point | |
| Point(GLfloat coordinates[]) | cugl::Point | inline |
| Point(const Quaternion &q) | cugl::Point | |
| translate() const | cugl::Point | inline |
| unit() const | cugl::Point | |
| Vector (defined in cugl::Point) | cugl::Point | friend |
| w | cugl::Point | private |
| x | cugl::Point | private |
| y | cugl::Point | private |
| z | cugl::Point | private |