Click or drag to resize

Vector3Round Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Rounds the components of a vector.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Vector3 Round(
	Vector3 u,
	int numDigits
)
Request Example View Source

Parameters

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

Return Value

Type: Vector3
The rounded vector.
See Also