/ Published in: Java
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
{
-2f, 0f, 0f,
0f, 1f, 0f,
0f, 0f, 2f
});
op.filter(bi, buff);
return buff;
}
{
1f/9f, 1f/9f, 1f/9f,
1f/9f, 1f/9f, 1f/9f,
1f/9f, 1f/9f, 1f/9f
});
op.filter(bi, buff);
return buff;
}
{
-1f, -1f, -1f,
-1f, 9f, -1f,
-1f, -1f, -1f
});
op.filter(bi, buff);
return buff;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                