MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Transform

Method Transform

Source/Engine/Core/Math/Transform.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9Transform Transform::Identity(Vector3(0, 0, 0));
10
11Transform::Transform(const Vector3& position, const Matrix3x3& rotationScale)
12 : Translation(position)
13{
14 rotationScale.Decompose(Scale, Orientation);
15}
16
17String Transform::ToString() const
18{

Callers

nothing calls this directly

Calls 1

DecomposeMethod · 0.45

Tested by

no test coverage detected