C# Class NewTOAPIA.Graphics.MatrixNotInvertableException

Inheritance: System.ApplicationException
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
MatrixNotInvertableException ( string msg ) : System

An attempt to invert a non-invertable matrix was made.

Method Details

MatrixNotInvertableException() public method

An attempt to invert a non-invertable matrix was made.
public MatrixNotInvertableException ( string msg ) : System
msg string
return System