Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_polygon.h
| Context not available. | |||||
| float BM_face_calc_normal_subset(const BMLoop *l_first, const BMLoop *l_last, float r_no[3]) ATTR_NONNULL(); | float BM_face_calc_normal_subset(const BMLoop *l_first, const BMLoop *l_last, float r_no[3]) ATTR_NONNULL(); | ||||
| float BM_face_calc_area(const BMFace *f) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); | float BM_face_calc_area(const BMFace *f) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); | ||||
| float BM_face_calc_perimeter(const BMFace *f) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); | float BM_face_calc_perimeter(const BMFace *f) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); | ||||
| void BM_face_calc_plane(const BMFace *f, float r_plane[3]) ATTR_NONNULL(); | void BM_face_calc_tangent_edge(const BMFace *f, float r_plane[3]) ATTR_NONNULL(); | ||||
| void BM_face_calc_tangent_edge_pair(const BMFace *f, float r_plane[3]) ATTR_NONNULL(); | |||||
| void BM_face_calc_tangent_edge_diagonal(const BMFace *f, float r_plane[3]) ATTR_NONNULL(); | |||||
| void BM_face_calc_tangent_vert_diagonal(const BMFace *f, float r_plane[3]) ATTR_NONNULL(); | |||||
| void BM_face_calc_tangent_auto(const BMFace *f, float r_plane[3]) ATTR_NONNULL(); | |||||
| void BM_face_calc_center_bounds(const BMFace *f, float center[3]) ATTR_NONNULL(); | void BM_face_calc_center_bounds(const BMFace *f, float center[3]) ATTR_NONNULL(); | ||||
| void BM_face_calc_center_mean(const BMFace *f, float center[3]) ATTR_NONNULL(); | void BM_face_calc_center_mean(const BMFace *f, float center[3]) ATTR_NONNULL(); | ||||
| void BM_face_calc_center_mean_vcos( | void BM_face_calc_center_mean_vcos( | ||||
| Context not available. | |||||