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

Function ApplyTransform

Source/Engine/Render2D/Render2D.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 IB.Write(indices, sizeof(indices))
244
245FORCE_INLINE void ApplyTransform(const Float2& value, Float2& result)
246{
247 Matrix3x3::Transform2DPoint(value, TransformCached, result);
248}
249
250void ApplyTransform(const Rectangle& value, RotatedRectangle& result)
251{

Callers 5

PushClipMethod · 0.85
DrawRectangleMethod · 0.85
DrawLinesFunction · 0.85
DrawBlurMethod · 0.85

Calls 2

Transform2DPointFunction · 0.85
Transform2DVectorFunction · 0.85

Tested by

no test coverage detected