Click or drag to resize

Vector2Modulus Operator

Components multiply operator between the two vectors.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static Vector2 operator %(
	Vector2 v1,
	Vector2 v2
)

Parameters

v1
Type: Lumiscaphe.Workshop.InteropVector2
The v1 vector.
v2
Type: Lumiscaphe.Workshop.InteropVector2
The v2 vector.

Return Value

Type: Vector2
The components of v1 multiplied by the components of v2.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also