| 
            
              MatrixH Constructor (Single, Single, Single, Single, Single, Single, Single, Single, Single)
             | 
          
        
         
              Creates a new projective matrix.
            
 
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic MatrixH(
	float m11,
	float m12,
	float m13,
	float m21,
	float m22,
	float m23,
	float m31,
	float m32,
	float m33
)
Public Sub New ( 
	m11 As Single,
	m12 As Single,
	m13 As Single,
	m21 As Single,
	m22 As Single,
	m23 As Single,
	m31 As Single,
	m32 As Single,
	m33 As Single
)
 Request Example
		View SourceParameters
- m11
 - Type: SystemSingle
 - m12
 - Type: SystemSingle
 - m13
 - Type: SystemSingle
 - m21
 - Type: SystemSingle
 - m22
 - Type: SystemSingle
 - m23
 - Type: SystemSingle
 - m31
 - Type: SystemSingle
 - m32
 - Type: SystemSingle
 - m33
 - Type: SystemSingle
 
See Also