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:
authorJacques Lucke <jacques@blender.org>2021-01-22 15:41:35 +0300
committerJacques Lucke <jacques@blender.org>2021-01-22 15:41:35 +0300
commit7a07ca1f8c2603bbd2feb5771dee311bbd528ed9 (patch)
tree534d43ee4a801f4a2674231e803b6da8952a711b /source/blender/blenlib
parent9fbf3075ad7e07fff5d227effef307bd5612f54d (diff)
parent644976548d59fd77593dc2ab91700a52ff17cc0b (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_float2.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenlib/BLI_float2.hh b/source/blender/blenlib/BLI_float2.hh
index be52969862d..84dd0e358a2 100644
--- a/source/blender/blenlib/BLI_float2.hh
+++ b/source/blender/blenlib/BLI_float2.hh
@@ -55,11 +55,6 @@ struct float2 {
return &x;
}
- operator float3() const
- {
- return float3(x, y, 0.0f);
- }
-
float length() const
{
return len_v2(*this);