Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/jolt_physics/Jolt/Jolt.h
9913 views
1
// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
2
// SPDX-FileCopyrightText: 2021 Jorrit Rouwe
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
// Project includes
8
#include <Jolt/Core/Core.h>
9
#include <Jolt/Core/ARMNeon.h>
10
#include <Jolt/Core/Memory.h>
11
#include <Jolt/Core/IssueReporting.h>
12
#include <Jolt/Core/Array.h>
13
#include <Jolt/Math/Math.h>
14
#include <Jolt/Math/Vec4.h>
15
#include <Jolt/Math/Mat44.h>
16
#include <Jolt/Math/Real.h>
17
18