Click or drag to resize

QuaternionsEquals Method (Quaternions)

http://www.emgu.com
Check if this quaternions equals to other

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public bool Equals(
	Quaternions other
)

Parameters

other
Type: Emgu.CVQuaternions
The quaternions to be compared

Return Value

Type: Boolean
True if two quaternions equals, false otherwise

Implements

IEquatableTEquals(T)
See Also