FVector3SetPrecision Method
Set the decimal precision on the member values of the caller's
specified vector.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void SetPrecision(
FVector3 vector,
int decimalPlaces
)
Public Shared Sub SetPrecision (
vector As FVector3,
decimalPlaces As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- vector FVector3
-
Reference to the vector to be adjusted.
- decimalPlaces Int32
-
Number of decimal places precision to allow on the member values of
the provided vector.