#pragma once #include "util/vectorbase.h" struct MassPoint { GamePhysics::Vec3 position; GamePhysics::Vec3 velocity; bool isFixed; };