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

Method LocalToWorldVector

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

Source from the content-addressed store, hash-verified

145}
146
147void Transform::LocalToWorldVector(const Vector3& vector, Vector3& result) const
148{
149 Vector3 tmp = vector * Scale;
150 Vector3::Transform(tmp, Orientation, result);
151}
152
153void Transform::LocalToWorld(const Vector3& point, Vector3& result) const
154{

Callers 11

WriteObjectsMethod · 0.45
GetCornersMethod · 0.45
GetSizeMethod · 0.45
GetSizeSquaredMethod · 0.45
ContainsMethod · 0.45
GetCornersMethod · 0.45
GetSizeMethod · 0.45
GetSizeSquaredMethod · 0.45
ContainsMethod · 0.45
IntersectsMethod · 0.45
GetSplineDirectionMethod · 0.45

Calls 1

TransformClass · 0.70

Tested by

no test coverage detected