Skip to content

DataTypes: Position.hpp

Alanzote edited this page Dec 25, 2018 · 1 revision

The Position structure was created to facilitate things while programming. Instead of creating two separate variables (one for position and other for rotation), simply creating a variable with type Position will do the trick.

This structure contains:

  • pos - Vector3
  • rot - Quaternion