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

Method GetSplineDirection

Source/Engine/Level/Actors/Spline.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89Vector3 Spline::GetSplineDirection(float time) const
90{
91 return _transform.LocalToWorldVector(GetSplineLocalDirection(time));
92}
93
94Vector3 Spline::GetSplineLocalDirection(float time) const
95{

Callers

nothing calls this directly

Calls 1

LocalToWorldVectorMethod · 0.45

Tested by

no test coverage detected