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 415
3ad7f747 2388 3cdf f8e3 dd45bb18bd16
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Addition(Vector4, Vector4) | Adds two vectors. |
Division(Vector4, Vector4) | Divides two vectors component by component. |
Division(Vector4, Double) | Divides an scalar with a vector. |
Equality(Vector4, Vector4) | Check if the components of two vectors are equal. |
Inequality(Vector4, Vector4) | Check if the components of two vectors are different. |
Multiply(Double, Vector4) | Multiplies a scalar with a vector (same as u*a, commutative property). |
Multiply(Vector4, Vector4) | Multiplies two vectors component by component. |
Multiply(Vector4, Double) | Multiplies a vector with an scalar (same as a*u, commutative property). |
Subtraction(Vector4, Vector4) | Subtracts two vectors. |
UnaryNegation(Vector4) | Negates a vector. |