#include <point.h>
Public Member Functions | |
| float & | operator[] (int i) |
| float const & | operator[] (int i) const |
| point_t (float x=.0f, float y=.0f, float z=.0f, float w=1.0f) | |
| point_t | operator+ (point_t const &r) const |
| point_t & | operator+= (point_t const &r) |
Private Attributes | |
| float | p [4] |
test-block.cc, test-cube-with-hole-2.cc, test-cube-with-hole.cc, test-cube.cc, test-cylinder-2.cc, test-cylinder.cc, test-sphere.cc, and test-torus.cc.
Definition at line 27 of file point.h.
|
||||||||||||||||||||
|
Definition at line 33 of file point.h. References p.
|
|
|
Definition at line 35 of file point.h. References p.
|
|
|
Definition at line 36 of file point.h. References p.
|
|
|
Definition at line 32 of file point.h. References p. 00032 { return p[i]; }
|
|
|
Definition at line 31 of file point.h. References p. 00031 { return p[i]; }
|
|
|
Definition at line 29 of file point.h. Referenced by operator+(), operator+=(), operator[](), and point_t(). |
1.4.6