Click or drag to resize

Vector3BitwiseOr 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 Vector3 operator |(
	Vector3 v1,
	Vector3 v2
)

Parameters

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

Return Value

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

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also