struct Blend2D::Geometry::Arc
- Blend2D::Geometry::Arc
- Blend2D::Geometry::GeometryType
- Struct
- Value
- Object
Defined in:
blend2d/geometry/arc.crConstructors
- .new(cx : Float64, cy : Float64, rx : Float64, ry : Float64, start : Float64, sweep : Float64, arc_type : ArcType)
- .new(center : Point, rx : Float64, ry : Float64, start : Float64, sweep : Float64, arc_type : ArcType)
Instance Method Summary
- #arc_type : ArcType
- #center
- #cx : Float64
- #cy : Float64
- #rx : Float64
- #ry : Float64
- #start : Float64
- #sweep : Float64
Instance methods inherited from struct Blend2D::Geometry::GeometryType
initialize
initialize,
pointer : Pointer
pointer,
type : LibBlend2D::BLGeometryType
type
Constructor methods inherited from struct Blend2D::Geometry::GeometryType
new
new
Constructor Detail
def self.new(cx : Float64, cy : Float64, rx : Float64, ry : Float64, start : Float64, sweep : Float64, arc_type : ArcType)
#
def self.new(center : Point, rx : Float64, ry : Float64, start : Float64, sweep : Float64, arc_type : ArcType)
#