NcEngine
PhysicsUtility.h
Go to the documentation of this file.
1
5
#pragma once
6
7
#include "
ncengine/physics/RigidBody.h
"
8
#include "
ncengine/physics/Shape.h
"
9
10
#include <span>
11
#include <string_view>
12
13
namespace
nc
14
{
15
auto
ToString(BodyType type) -> std::string_view;
16
auto
ToBodyType(std::string_view bodyType) ->
BodyType
;
17
auto
GetBodyTypeNames() -> std::span<const std::string_view>;
18
19
auto
ToString(ShapeType type) -> std::string_view;
20
auto
ToShapeType(std::string_view shapeType) ->
ShapeType
;
21
auto
GetShapeTypeNames() -> std::span<const std::string_view>;
22
23
auto
ToString(ConstraintType type) -> std::string_view;
24
auto
ToConstraintType(std::string_view constraintType) ->
ConstraintType
;
25
auto
GetConstraintTypeNames() -> std::span<const std::string_view>;
26
}
// namespace nc
nc::ConstraintType
ConstraintType
Type of a Constraint.
Definition:
Constraints.h:26
RigidBody.h
nc::BodyType
BodyType
Determines movement and collision behavior of a RigidBody.
Definition:
RigidBody.h:70
Shape.h
nc::ShapeType
ShapeType
Options for Shape geometry.
Definition:
Shape.h:15
include
ncengine
physics
PhysicsUtility.h
Generated by
1.9.4