UNPKG

@brendonhudnell/react-hexgrid

Version:

Interactive hexagon grids with React bindings

15 lines (14 loc) 346 B
class Orientation { constructor(f0, f1, f2, f3, b0, b1, b2, b3, startAngle) { this.f0 = f0; this.f1 = f1; this.f2 = f2; this.f3 = f3; this.b0 = b0; this.b1 = b1; this.b2 = b2; this.b3 = b3; this.startAngle = startAngle; } } export default Orientation;