Toggle side menu
Toggle side menu
Home
Documentation
API
Vector
.
Divide
(Vector,
Vector)
Method
Summary
Divides the first vector by the second.
Namespace
Avalonia
Containing Type
Vector
Syntax
public static Vector Divide(Vector a, Vector b)
Parameters
Name
Type
Description
a
Vector
The first vector.
b
Vector
The second vector.
Return Value
Type
Description
Vector
The scaled vector.