Creates a matrix that uniformally scales along all three axis.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Sub ScaleRef( _
   ByRef  As Matrix4x4, _
   ByVal  As System.Single _
) 
             
        
            
            public static void ScaleRef( 
   out Matrix4x4 ,
   System.float 
)
             
        
             
        
            パラメータ
- result
 
- When the method completes, contains the created scaling matrix.
 - scale
 
- The uniform scale that is applied along all axis.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照