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/stroke/Curve.h')
-rwxr-xr-xsource/blender/freestyle/intern/stroke/Curve.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/stroke/Curve.h b/source/blender/freestyle/intern/stroke/Curve.h
index 400f27e5d5a..7fbe7e701e9 100755
--- a/source/blender/freestyle/intern/stroke/Curve.h
+++ b/source/blender/freestyle/intern/stroke/Curve.h
@@ -218,14 +218,14 @@ public:
/*! Sets the first SVertex upon which to build
* the CurvePoint.
*/
- inline void SetA(SVertex *iA) {__A = iA;}
+ inline void setA(SVertex *iA) {__A = iA;}
/*! Sets the second SVertex upon which to build
* the CurvePoint.
*/
- inline void SetB(SVertex *iB) {__B = iB;}
+ inline void setB(SVertex *iB) {__B = iB;}
/*! Sets the 2D interpolation parameter to use.
*/
- inline void SetT2d(float t) {_t2d = t;}
+ inline void setT2d(float t) {_t2d = t;}
//inline void SetT3d(float t) {_t3d = t;}
/* Information access interface */