|
|
Returns the cross product between this vector and another
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Cross ( _ vector As Vector2D _ ) As Double |
| C# |
|---|
public double Cross( Vector2D vector ) |
| Visual C++ |
|---|
public: double Cross( Vector2D^ vector ) |
Parameters
- vector
- Type: Autodesk.Navisworks.Api..::..Vector2D
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'vector' is null |
| System..::..ArgumentException | Argument 'vector' has been Disposed |