Vec3MathOp
Values
Name | Description |
---|---|
Vec3MathOp_Add | Value: 0 |
Vec3MathOp_Subtract | Value: 1 |
Vec3MathOp_Multiply | Value: 2 |
Vec3MathOp_Divide | Value: 3 |
Vec3MathOp_Min | Value: 4 |
Vec3MathOp_Max | Value: 5 |
Vec3MathOp_Dot | Value: 6 |
Vec3MathOp_Len | Value: 7 |
Vec3MathOp_LenSq | Value: 8 |
Vec3MathOp_Cross | Value: 9 |
Vec3MathOp_Norm | Value: 10 |
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)