Creates a customized orthographic projection matrix.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Shared Function OrthographicOffCenter( _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Single _
) As Matrix4x4
             
        
            
            public static Matrix4x4 OrthographicOffCenter( 
   System.float ,
   System.float ,
   System.float ,
   System.float ,
   System.float ,
   System.float 
)
             
        
             
        
            パラメータ
- left
 
- The minimum X-value of the view volume.
 - right
 
- The maximum X-value of the view volume.
 - bottom
 
- The minimum Y-value of the view volume.
 - top
 
- The maximum Y-value of the view volume.
 - zNearPlane
 
- The minimum Z-value of the view volume.
 - zFarPlane
 
- The maximum Z-value of the view volume.
 
            
            戻り値の型
The orthographic projection matrix.
 
            
            
            
            
            
            
            
            
            
            
            
            参照