Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3ad7f747 2388 3cdf f8e3 dd45bb18bd16

haplokuon edited this page May 6, 2023 · 1 revision

Vector4 Operators

netDxf 3.0.0 Library

Operators

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.

See Also

Reference

Vector4 Structure
netDxf Namespace

Clone this wiki locally