Struct params

Nested Relationships

Nested Types

Struct Documentation

struct params

A serializable parameters struct that nobody would ever actually use like this.

Public Functions

inline params()

Creates a params struct with x, y, and z initialized to 0.0f;.

inline params(float _x, float _y, float _z)

The explicit params constructor.

Parameters
  • _x – The value to set this params x field to.

  • _y – The value to set this params y field to.

  • _z – The value to set this params z field to.

Public Members

float x

The x Cartesian coordinate.

float y

The y Cartesian coordinate.

float z

The z Cartesian coordinate.

union U

A nested union of sorts.

Public Members

int32_t first_view

One way of looking at things.

float second_view

Another way of looking at them.