Click or drag to resize

Vector3Negate Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Negates a vector.

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

Parameters

u
Type: netDxfVector3
Vector3.

Return Value

Type: Vector3
The negative vector of u.
See Also