Windows apps
Collapse the table of content
Expand the table of content

Quaternion::Multiply Operator (Quaternion, Single)

Returns the quaternion that results from scaling all the components of a specified quaternion by a scalar factor.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Quaternion operator *(
	Quaternion value1, 
	float value2
)

Parameters

value1
Type: System.Numerics::Quaternion

The source quaternion.

value2
Type: System::Single

The scalar value.

Return Value

Type: System.Numerics::Quaternion
The scaled quaternion.

The Multiply method defines the operation of the multiplication operator for Quaternion objects.

Show:
© 2017 Microsoft