|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| TEST (math_geom, DistToLine2DSimple) | |
| TEST (math_geom, DistToLineSegment2DSimple) | |
| TEST (math_geom, IsectPointTri2D) | |
| TEST (math_geom, IsectPointQuad2D) | |
| TEST (math_geom, CrossPoly) | |
| TEST | ( | math_geom | , |
| CrossPoly | ) |
Definition at line 118 of file BLI_math_geom_test.cc.
References cross_poly_v2(), cross_poly_v3(), cross_tri_v2(), cross_tri_v3(), EXPECT_EQ(), float, and UNPACK3.
| TEST | ( | math_geom | , |
| DistToLine2DSimple | ) |
Definition at line 12 of file BLI_math_geom_test.cc.
References b, dist_to_line_v2(), and e.
| TEST | ( | math_geom | , |
| DistToLineSegment2DSimple | ) |
Definition at line 19 of file BLI_math_geom_test.cc.
References b, dist_to_line_segment_v2(), e, and sqrtf.
| TEST | ( | math_geom | , |
| IsectPointQuad2D | ) |
Definition at line 72 of file BLI_math_geom_test.cc.
References corner1, corner2, EXPECT_EQ(), and isect_point_quad_v2().
| TEST | ( | math_geom | , |
| IsectPointTri2D | ) |
Definition at line 26 of file BLI_math_geom_test.cc.
References corner1, corner2, EXPECT_EQ(), and isect_point_tri_v2().