Click or drag to resize

QuaternionFSubtract Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Subtract(
	ref QuaternionF v1,
	ref QuaternionF v2,
	out QuaternionF result
)

Parameters

v1
Type: NeoAxisQuaternionF
v2
Type: NeoAxisQuaternionF
result
Type: NeoAxisQuaternionF
See Also