Point

Fields

float x
float y
float z

Functions

Point
Point
bool operator==
bool operator!=

Detailed Description

struct Point

A single precision point in 3-space.

Public Functions

Point() = default
inline Point(float x, float y, float z)
inline bool operator==(Point const &that) const
inline bool operator!=(Point const &that) const

Public Members

float x
float y
float z