Vector.

Divide(Vector, double) Method

Summary

Divides the vector by the given scalar.
Namespace
Avalonia
Containing Type
Vector

Syntax

public static Vector Divide(Vector vector, double scalar)

Parameters

Name Type Description
vector Vector The vector
scalar double The scalar value

Return Value

Type Description
Vector The scaled vector.