This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
675589ce 2e57 f011 1022 bd23ccfdcbe8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Addition(Vector2, Vector2) | Adds two vectors. |
Division(Vector2, Vector2) | Divides two vectors component by component. |
Division(Vector2, Double) | Divides a vector with an scalar. |
Equality(Vector2, Vector2) | Check if the components of two vectors are equal. |
Inequality(Vector2, Vector2) | Check if the components of two vectors are different. |
Multiply(Double, Vector2) | Multiplies a scalar with a vector. |
Multiply(Vector2, Vector2) | Multiplies two vectors component by component. |
Multiply(Vector2, Double) | Multiplies a vector with an scalar. |
Subtraction(Vector2, Vector2) | Subtracts two vectors. |
UnaryNegation(Vector2) | Negates a vector. |