boxFrom4Points

function boxFrom4Points(
   a, 
   b, 
   c, 
   d): Box

Parameters

ParameterType
aPoint
bPoint
cPoint
dPoint

Returns

Box