Struct Vector3

Struct Documentation

struct Vector3

A vector in 3D space that represents a direction only.

Public Members

double x = 0

x coordinate length

double y = 0

y coordinate length

double z = 0

z coordinate length