Matrix3dIsInverse(Matrix3d, Tolerance)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool IsInverse(
Matrix3d inv,
Tolerance tolerance
)
Public Function IsInverse (
inv As Matrix3d,
tolerance As Tolerance
) As Boolean
public:
bool IsInverse(
Matrix3d inv,
Tolerance tolerance
)
member IsInverse :
inv : Matrix3d *
tolerance : Tolerance -> bool
Parameters
- inv Matrix3d
-
- tolerance Tolerance
-
Return Value
Boolean
See Also