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