Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/view_map/Interface1D.h')
-rw-r--r--source/blender/freestyle/intern/view_map/Interface1D.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/freestyle/intern/view_map/Interface1D.h b/source/blender/freestyle/intern/view_map/Interface1D.h
index 8d1879af31b..75ad71a373d 100644
--- a/source/blender/freestyle/intern/view_map/Interface1D.h
+++ b/source/blender/freestyle/intern/view_map/Interface1D.h
@@ -46,15 +46,15 @@ namespace Freestyle {
*/
typedef enum {
MEAN, /**< The value computed for the 1D element is the mean of the values obtained for the 0D
- elements.*/
+ elements. */
MIN, /**< The value computed for the 1D element is the minimum of the values obtained for the 0D
- elements.*/
+ elements. */
MAX, /**< The value computed for the 1D element is the maximum of the values obtained for the 0D
- elements.*/
+ elements. */
FIRST, /**< The value computed for the 1D element is the first of the values obtained for the 0D
- elements.*/
+ elements. */
LAST, /**< The value computed for the 1D element is the last of the values obtained for the 0D
- elements.*/
+ elements. */
} IntegrationType;
/** Returns a single value from a set of values evaluated at each 0D element of this 1D element.