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

66cfc619 086d e9e4 2a3d 17424d295c18

haplokuon edited this page May 6, 2023 · 1 revision

Vector3 Operators

netDxf 3.0.0 Library

Operators

Addition(Vector3, Vector3) Adds two vectors.
Division(Vector3, Vector3) Divides two vectors component by component.
Division(Vector3, Double) Divides an scalar with a vector.
Equality(Vector3, Vector3) Check if the components of two vectors are equal.
Inequality(Vector3, Vector3) Check if the components of two vectors are different.
Multiply(Double, Vector3) Multiplies a scalar with a vector (same as u*a, commutative property).
Multiply(Vector3, Vector3) Multiplies two vectors component by component.
Multiply(Vector3, Double) Multiplies a vector with an scalar (same as a*u, commutative property).
Subtraction(Vector3, Vector3) Subtracts two vectors.
UnaryNegation(Vector3) Negates a vector.

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally