Computes the cross product a x b of two 3d vectors.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public static Vector3d Cross( Vector3d a, Vector3d b ) |
Visual Basic (Declaration) |
---|
Public Shared Function Cross ( _ a As Vector3d, _ b As Vector3d _ ) As Vector3d |
Visual C++ |
---|
public: static Vector3d^ Cross( Vector3d^ a, Vector3d^ b ) |
Parameters
- a
- Type: ceometric.VectorGeometry..::.Vector3d
The left 3d vector a.
- b
- Type: ceometric.VectorGeometry..::.Vector3d
The right 3d vector b.