Class Utility
    Public
    
    Various utilities for voxel rasterization.
A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Inner Types
Removes duplicate vertices from the array and updates the triangle array.
Public Static Methods
        
                Max
        
                (a, b, c)
    
                    
                    
                        Public
                            Static
                    
                
        
                Min
        
                (a, b, c)
    
                    
                    
                        Public
                            Static
                    
                
        
                RemoveDuplicateVertices
        
                (vertices, triangles)
    
                    
                    Removes duplicate vertices from the array and updates the triangle array.
                        Public
                            Static