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

Function GetVector3

Source/Engine/Serialization/JsonTools.h:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 FORCE_INLINE static Vector3 GetVector3(const Value& value)
52 {
53#if USE_LARGE_WORLDS
54 return GetDouble3(value);
55#else
56 return GetFloat3(value);
57#endif
58 }
59
60 FORCE_INLINE static Vector4 GetVector4(const Value& value)
61 {

Callers 5

GetRayMethod · 0.70
GetTransformMethod · 0.70
GetPlaneMethod · 0.70
GetBoundingSphereMethod · 0.70
GetBoundingBoxMethod · 0.70

Calls 1

GetFloat3Function · 0.85

Tested by

no test coverage detected