摘要:
normalize (DirectX HLSL)Normalizes the specified floating-point vector according to x / length(x).ret normalize(x)Parametersx[in] The specified floating-point vector.Return ValueThe normalized x parameter. If the length of the x parameter is 0, the result is indefinite.RemarksThe normalize HLSL intr 阅读全文