// SPDX-FileCopyrightText: 2021 Jorrit Rouwe // SPDX-License-Identifier: MIT #pragma once #include // Test that spawns various shapes with the center of mass not in the center of the object class CenterOfMassTest : public Test { public: JPH_DECLARE_RTTI_VIRTUAL(CenterOfMassTest) // See: Test virtual void Initialize() override; };