Constructor
Variables
@:value({ x : 0.0, y : 1.0 })point1:Vec2 = { x : 0.0, y : 1.0 }
@:value({ x : 0.5, y : 0.0 })point2:Vec2 = { x : 0.5, y : 0.0 }
@:value({ x : 1.0, y : 1.0 })point3:Vec2 = { x : 1.0, y : 1.0 }
Inherited Variables
Defined by Shape
@:value({ width : 0.0, color : Color.Transparent })border:{width:Float, color:Color} = { width : 0.0, color : Color.Transparent }
Inherited Methods