VectorDivide(Vector, Double) Method

Divides the vector by the given scalar.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Vector Divide(
	Vector vector,
	double scalar
)

Parameters

vector  Vector
The vector
scalar  Double
The scalar value

Return Value

Vector
The scaled vector.

See Also