Go to the documentation of this file.
28 #include <mt/exception.h>
66 explicit Point3(
const Scalar* p);
82 bool operator!=(
const Point3& p)
const;
95 const Scalar& z) :
Vector3(x, y, z) {}
111 inline bool Point3::operator!=(
const Point3& p)
const
113 return !(*
this == p);
118 #endif // MT_POINT3_H