Skip to content

Math.LengthSquared

Name Mandatory Description Default Type
⬅️ Input Accepts a float vector of any dimension (e.g., float2, float3, float4). Float2[Float2]Float3[Float3]Float4[Float4]
Output ➡️ Returns the squared magnitude of the input vector as a float. Float

Computes the squared magnitude of a float vector of any dimension and returns the result as a float.