Click or drag to resize

Vector3Division Operator

Divide vector by constant.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Vector3 operator /(
	Vector3 a,
	double c
)

Parameters

a
Type: Karamba.GeometryVector3
Vector to be divided.
c
Type: SystemDouble
Divisor.

Return Value

Type: Vector3
Divided vector.
See Also