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

Method ToString

Source/Engine/Core/Math/Ray.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8Ray Ray::Identity(Vector3(0, 0, 0), Vector3(0, 0, 1.0f));
9
10String Ray::ToString() const
11{
12 return String::Format(TEXT("{}"), *this);
13}
14
15Ray Ray::GetPickRay(float x, float y, const Viewport& viewport, const Matrix& vp)
16{

Callers 15

InitMethod · 0.45
WriteMethod · 0.45
DisposeMethod · 0.45
ProcessLogMessageMethod · 0.45
ToStringFunction · 0.45
ConvertToMethod · 0.45
ConvertToMethod · 0.45
ConvertToMethod · 0.45
ConvertToMethod · 0.45
ConvertToMethod · 0.45
ConvertToMethod · 0.45
ConvertToMethod · 0.45

Calls 1

FormatFunction · 0.50

Tested by

no test coverage detected