Searched defs:norm (Results 1 – 4 of 4) sorted by relevance
141 std::vector<int32_t> norm; in NormalizePercentage() local175 std::vector<int32_t> norm; in NormalizePercentageRange() local
531 auto norm = static_cast<float>( in SetRotateEffect() local
1825 float norm = std::sqrt(std::pow(rotate.x, 2) + std::pow(rotate.y, 2) + std::pow(rotate.z, 2)); in OnTransformRotateUpdate() local
116 double norm = std::sqrt(w * w + x * x + y * y + z * z); in QuaternionToMatrix() local