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

Method IsNanOrInfinity

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

Source from the content-addressed store, hash-verified

25}
26
27bool Transform::IsNanOrInfinity() const
28{
29 return Translation.IsNanOrInfinity() || Orientation.IsNanOrInfinity() || Scale.IsNanOrInfinity();
30}
31
32Matrix Transform::GetRotation() const
33{

Callers 15

InitSphereRasterizeMethod · 0.45
RebuildClustersMethod · 0.45
UpdateBoundsMethod · 0.45
ComputeBoundsMethod · 0.45
UpdateMethod · 0.45
GenerateTangentsMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
FromBoxMethod · 0.45
UpdateBoundsMethod · 0.45
CreateClothMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected