distance
  
  Description:
  [ 
Version ( since = 
"1.4" ) ]
public float distance (
Point3D b, 
out Vec3 delta)
  
 
  
    Computes the distance between the two given Point3D.
    Parameters:
    
      
        | this | 
        
           a Point3D 
         | 
      
      
        | b | 
        
           a Point3D 
         | 
      
      
        | delta | 
        
           return location for the distance  components on the X, Y, and Z axis 
         | 
      
    
    Returns:
    
      
        | 
           the distance between two points 
         |