Click or drag to resize

Vector3Round Method

Rounds the components of a vector.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Vector3 Round(
	Vector3 u,
	int numDigits
)

Parameters

u
Type: DXFReaderNETVector3
Vector to round.
numDigits
Type: SystemInt32
Number of decimal places in the return value.

Return Value

Type: Vector3
The rounded vector.
See Also