Click or drag to resize

Vector4BitwiseOr Operator

Components divide 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 Vector4 operator |(
	Vector4 v1,
	Vector4 v2
)

Parameters

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

Return Value

Type: Vector4
The components of v1 divided by the components of v2.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also