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