~ultimaker/ultimaker/+git/CuraEngine:volumetric_prop

Last commit made on 2017-09-29
Get this branch:
git clone -b volumetric_prop https://git.launchpad.net/~ultimaker/ultimaker/+git/CuraEngine

Branch merges

Branch information

Name:
volumetric_prop
Repository:
lp:~ultimaker/ultimaker/+git/CuraEngine

Recent commits

986e802... by Tim Kuipers <email address hidden>

initial implementation volumetric property provider

11e406c... by Ruben D

Merge branch 'fractal_3d_infill_alternate'

Contributes to issue CURA-4095.

dbb67db... by Ruben D

Rewrite clockwise check

Just check if the entire polygon is clockwise in general rather than just whether the order was changed.

Contributes to issue CURA-4095.

eacc789... by Ruben D

Move test for inner polygon vertex also to new test

It can be put in differenceContainsOriginalPointTest as well.

Contributes to issue CURA-4095.

24155a3... by Ruben D

Use std::find to check if polygon contains point

There's a built-in method for this after all...

Contributes to issue CURA-4095.

0534e4b... by Ruben D

Move original point check to separate test

This way it can fail separately.

Contributes to issue CURA-4095.

f01126c... by Ruben D

Move test for splitting polygon into parts out to separate test

The behaviour should be the same now.

Contributes to issue CURA-4095.

16e547a... by Ruben D

Introduce fuzz for rounding errors

We allow some rounding error.

Contributes to issue CURA-4095.

feb4a11... by Ruben D

Add more rotateAround tests

One of them is currently failing though. We're going to have to introduce fuzz.

b0d0090... by Ruben D

Parametrise rotateAround tests

This makes it possible to test various angles more easily.

Contributes to issue CURA-4095.