|
|
Equal within a tolerance, treating quaternion as 4D position. Equality of representation, not of rotation.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TolerantEquals ( _ rotation As Rotation3D, _ tolerance As Double _ ) As Boolean |
| C# |
|---|
public bool TolerantEquals( Rotation3D rotation, double tolerance ) |
| Visual C++ |
|---|
public: bool TolerantEquals( Rotation3D^ rotation, double tolerance ) |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'rotation' is null |
| System..::..ArgumentException | Argument 'rotation' has been Disposed |