MCPcopy 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.
500inline F32 mSquared( F32 n )
501{
502 return n * n;
503}
504
505/// @copydoc mSquaredF
506inline F64 mSquared( F64 n )

Callers 7

_renderBlockMethod · 0.85
_scoreLightsMethod · 0.85
setLightParametersMethod · 0.85
getItemsMethod · 0.85
isOverlappedMethod · 0.85
getSqDistanceToPointMethod · 0.85
getSqDistanceToPointMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected