Defines the edge of a box. More...
Public Member Functions | |
| BoxEdge (const Vec3f &a, const Vec3f &b) | |
| Constructs a box edge giving two points. | |
Public Attributes | |
| Vec3f | p0 |
| The first point defining the box edge. | |
| Vec3f | p1 |
| The second point defining the box edge. | |
Defines the edge of a box.
Constructs a box edge giving two points.
| a | The first point of the box edge. | |
| b | The second point of the box edge. |
The first point defining the box edge.
The second point defining the box edge.
1.7.1