#include "testing/testing.h"
#include "BLI_math_base.hh"
#include "BLI_array.hh"
#include "BLI_bounds.hh"
Go to the source code of this file.
|
| | blender::tests::TEST (bounds, Empty) |
| |
| | blender::tests::TEST (bounds, EmptyInt) |
| |
| | blender::tests::TEST (bounds, Center) |
| |
| | blender::tests::TEST (bounds, Size) |
| |
| | blender::tests::TEST (bounds, Translate) |
| |
| | blender::tests::TEST (bounds, ScaleFromCenter) |
| |
| | blender::tests::TEST (bounds, Resize) |
| |
| | blender::tests::TEST (bounds, Recenter) |
| |
| | blender::tests::TEST (bounds, Pad) |
| |
| | blender::tests::TEST (bounds, MinMaxEmpty) |
| |
| | blender::tests::TEST (bounds, MinMax) |
| |
| | blender::tests::TEST (bounds, MinMaxFloat) |
| |
| | blender::tests::TEST (bounds, MinGreaterThanZero) |
| |
| | blender::tests::TEST (bounds, MinMaxRadii) |
| |
| | blender::tests::TEST (bounds, Large) |
| |