| Vector3Multiply Operator (Single, Vector3) |
Multiply operator between a scalar and a vector.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static Vector3 operator *(
float s,
Vector3 v
)
public:
static Vector3 operator *(
float s,
Vector3 v
)
Parameters
- s
- Type: SystemSingle
The scalar. - v
- Type: Lumiscaphe.Workshop.InteropVector3
The vector to multiply.
Return Value
Type:
Vector3The vector multiplied by the scalar.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also