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

13a9f090 ebf3 313f 8b7d 17fa6ebace40

haplokuon edited this page May 6, 2023 · 1 revision

Multiply Operator

netDxf 3.0.0 Library

Overload List

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).

See Also

Reference

Vector4 Structure
netDxf Namespace

Clone this wiki locally