Click or drag to resize

Vector3Division Operator (Vector3, Vector3)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Divides two vectors component by component.

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

Parameters

u
Type: netDxfVector3
Vector3.
v
Type: netDxfVector3
Vector3.

Return Value

Type: Vector3
The multiplication of u times v.
See Also