depth(s)
public function get depth():Number { var zpos:Number = Math.min(pointA.z, pointB.z); zpos = Math.min(zpos, pointC.z); return zpos; } } }