Click or drag to resize

Vector3Multiply Method (Vector3, Vector3)

Multiplies a vector by the components a vector (scale).

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vector3 Multiply(
	Vector3 vector,
	Vector3 scale
)

Parameters

vector
Type: Internal.Net3dBoolVector3
Left operand.
scale
Type: Internal.Net3dBoolVector3
Right operand.

Return Value

Type: Vector3
Result of the operation.
See Also