init_from_float
Description:
[ Version ( since = "1.10" ) ]
public unowned Triangle? init_from_float (float[] a, float[] b, float[] c)
  public unowned Triangle? init_from_float (float[] a, float[] b, float[] c)
Initializes a Triangle using the three given arrays of floating point values, each representing the coordinates of a point in 3D space.
Parameters:
| this | 
           the Triangle to initialize  | 
      
| a | 
           an array of 3 floating point values  | 
      
| b | 
           an array of 3 floating point values  | 
      
| c | 
           an array of 3 floating point values  | 
      
Returns:
| 
           the initialized Triangle  |