struct Blend2D::Geometry::Line

Defined in:

blend2d/geometry/line.cr

Constructors

Instance Method Summary

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(x0 : Float64, y0 : Float64, x1 : Float64, y1 : Float64) #

[View source]
def self.new(a : Point, b : Point) #

[View source]

Instance Method Detail

def a #

[View source]
def b #

[View source]
def x0 : Float64 #

[View source]
def x1 : Float64 #

[View source]
def y0 : Float64 #

[View source]
def y1 : Float64 #

[View source]