struct Blend2D::Geometry::Triangle

Defined in:

blend2d/geometry/triangle.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, x2 : Float64, y2 : Float64) #

[View source]

Instance Method Detail

def x0 : Float64 #

[View source]
def x1 : Float64 #

[View source]
def x2 : Float64 #

[View source]
def y0 : Float64 #

[View source]
def y1 : Float64 #

[View source]
def y2 : Float64 #

[View source]