#include "cglib/vector3.h"
Go to the source code of this file.
Classes | |
struct | Point3 |
Represents a point in 3D. More... | |
Functions | |
float | distance (const Point3 &p1, const Point3 &p2) |
Return the distance between the two given points. | |
float | distance_squared (const Point3 &p1, const Point3 &p2) |
Return the square of the distance between the two given points. |
Return the distance between the two given points.
Return the square of the distance between the two given points.