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

32f1c7a8 f435 dbfb eefb 0803a060bef1

haplokuon edited this page May 6, 2023 · 1 revision

Multiply Method

netDxf 3.0.0 Library

Overload List

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

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally