3d matrix subtraction.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public static Matrix3d operator -( Matrix3d A, Matrix3d B ) |
Visual Basic (Declaration) |
---|
Public Shared Operator - ( _ A As Matrix3d, _ B As Matrix3d _ ) As Matrix3d |
Visual C++ |
---|
public: static Matrix3d^ operator -( Matrix3d^ A, Matrix3d^ B ) |
Parameters
- A
- Type: ceometric.VectorGeometry..::.Matrix3d
A 3d matrix.
- B
- Type: ceometric.VectorGeometry..::.Matrix3d
A 3d matrix to subtract.