Home
last modified time | relevance | path

Searched refs:isect_point_planes_v3_negated (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_math_geom.h344 bool isect_point_planes_v3_negated(const float (*planes)[4], const int totplane, const float p[3]);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_snap_object.c1246 if (!isect_point_planes_v3_negated(clip_plane, clip_plane_len, co)) { in test_projected_vert_dist()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_geom.c2170 bool isect_point_planes_v3_negated(const float (*planes)[4], const int totplane, const float p[3]) in isect_point_planes_v3_negated() function