X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FFace.hs;h=ce4a5d54403166b34391108e4f48cfda1c77503c;hb=refs%2Fheads%2Fmaster;hp=de24a43e6c1cd72afb2c88b79507a38c7a48640e;hpb=b6f84e979fd6c5a5e62b53143e737a28d8ed64a7;p=spline3.git diff --git a/src/Face.hs b/src/Face.hs index de24a43..ce4a5d5 100644 --- a/src/Face.hs +++ b/src/Face.hs @@ -28,4 +28,4 @@ instance Show Face where -- tetrahedron. center :: Face -> Point center (Face v0' v1' v2' v3') = - (v0' + v1' + v2' + v3') `scale` (1/4) + (v0' + v1' + v2' + v3') `scale` (1 / 4)