getAltitudeOnPlane - multiple declarations

Function getAltitudeOnPlane

float getAltitudeOnPlane (
  in const(gfm.math.vector.Vector!(float,3)[3]) triangle,
  in const(gfm.math.vector.Vector!(float,2)) point
);

Function getAltitudeOnPlane

float getAltitudeOnPlane (
  in const(gfm.math.vector.Vector!(float,3)) normal,
  in const(gfm.math.vector.Vector!(float,3)) pointOnPlane,
  in const(gfm.math.vector.Vector!(float,2)) point
);