The C# Vector3I.Round method is used to round the values of the given Vector3I structure to the nearest integer. This method can be useful in scenarios where precise integer values are required for the X, Y and Z components of a 3D vector. By rounding the values, any fractional parts are discarded and the resulting vector will contain integers.
C# (CSharp) Vector3I.Round - 30 examples found. These are the top rated real world C# (CSharp) examples of Vector3I.Round extracted from open source projects. You can rate examples to help us improve the quality of examples.