float  cos(float n)
                    
                    
                
            
nのコサインを返します。nの単位はラジアンです。
                
                    
                    
                    
                        vector2  cos(vector2 n)
                    
                    
                
            
                
                    
                    
                    
                        vector  cos(vector n)
                    
                    
                
            
                
                    
                    
                    
                        vector4  cos(vector4 n)
                    
                    
                
            
各コンポーネントにcos()が適用された新しいベクトルを返します。
| See also | |
| math | 
                
                    
                                 | 
        
| trig |