[][src]Type Definition genie_rec::actions::Location3

type Location3 = (f32, f32, f32);

A location with an X, Y, and Z coordinate.

The Z coordinate is usually meaningless.