35#ifndef Foam_STLpoint_H
36#define Foam_STLpoint_H
82 Vector<float>(float(
x), float(
y), float(
z))
90 operator point()
const
STLpoint(const Vector< float > &p)
Construct from single-precision point.
STLpoint(float x, float y, float z)
Construct from single-precision components.
STLpoint()=default
Default construct.
STLpoint(const Vector< double > &p)
Construct from double-precision point.
STLpoint(double x, double y, double z)
Construct from double-precision components.
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
const float & x() const noexcept
const float & z() const noexcept
const float & y() const noexcept
vector point
Point is a vector.