struct Goishi::Quad
- Goishi::Quad
- Struct
- Value
- Object
Defined in:
goishi/data_types/quad.crConstructors
Instance Method Summary
- #a : Point
- #ab : Point
- #ac : Point
- #ad : Point
- #add_to_visualizer(text : String)
- #b : Point
- #ba : Point
- #bc : Point
- #bd : Point
- #c : Point
- #ca : Point
- #cb : Point
- #cd : Point
- #center : Point
- #closer_vec(vec : Point)
- #color : UInt8
- #d : Point
- #da : Point
- #db : Point
- #dc : Point
- #h_vec : Point
- #height : Float64
- #inner_a : Point
- #inner_b : Point
- #inner_c : Point
- #inner_d : Point
- #intersecting_side(to_quad : Quad)
- #w_vec : Point
- #width : Float64
Constructor Detail
def self.new(pair1 : Tuple(Point, Point), pair2 : Tuple(Point, Point), center : Goishi::Point, color : UInt8)
#