Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ mSquared
Function
mSquared
Engine/source/math/mMathFn.h:500–503 ·
view source on GitHub ↗
Returns the input value squared.
Source
from the content-addressed store, hash-verified
498
499
/// Returns the input value squared.
500
inline F32 mSquared( F32 n )
501
{
502
return n * n;
503
}
504
505
/// @copydoc mSquaredF
506
inline F64 mSquared( F64 n )
Callers
7
_renderBlock
Method · 0.85
_scoreLights
Method · 0.85
setLightParameters
Method · 0.85
getItems
Method · 0.85
isOverlapped
Method · 0.85
getSqDistanceToPoint
Method · 0.85
getSqDistanceToPoint
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected