Vector

Fields

float x
float y
float z

Functions

Vector
Vector
bool operator==
bool operator!=

Detailed Description

struct Vector

A single precision vector in 3-space.

Public Functions

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

Public Members

float x
float y
float z