#!/bin/sh

set -e

perl -lwe 'use strict; for my $a (0, 1) { for my $b (0, 1) { for my $c (0, 1) { print "$a $b $c 0.1" } } }' \
    | voronota calculate-vertices
