LuaEllipse
Type doc:
Fields:
half_size: LuaVec2
Methods:
eccentricity: function(self: LuaEllipse ):(number)
focal_length: function(self: LuaEllipse ):(number)
semi_major: function(self: LuaEllipse ):(number)
semi_minor: function(self: LuaEllipse ):(number)
clone: function(self: LuaEllipse ):( LuaEllipse )
new: function(number , number):( LuaEllipse )
from_size: function( LuaVec2 ):( LuaEllipse )
__tostring: function(self: LuaEllipse ):(string)
__eq: function(any , any):(any)