struct PF2d::Poly(T)

Overview

A Poly is a clockwise winding of N points Vec(T)

Defined in:

pf2d/poly.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(points : Enumerable(T)) #

[View source]

Instance Method Detail

def points : Enumerable(T) #

[View source]
def points=(points : Enumerable(T)) #

[View source]