MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Length

Method Length

Sources/OvMaths/src/OvMaths/FVector3.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163float OvMaths::FVector3::Length(const FVector3& p_target)
164{
165 return std::sqrt(p_target.x * p_target.x + p_target.y * p_target.y + p_target.z * p_target.z);
166}
167
168float OvMaths::FVector3::Dot(const FVector3& p_left, const FVector3& p_right)
169{

Callers 8

WriteObjectsMethod · 0.45
aiVector2LengthFunction · 0.45
aiVector3LengthFunction · 0.45
ProcessMethod · 0.45
SubdivideFunction · 0.45
CreateGeometryMethod · 0.45
CreateMeshMethod · 0.45
ComputePositionEpsilonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected