Merge branch 'blender-v2.92-release'
This commit is contained in:
@@ -55,6 +55,11 @@ struct float2 {
|
||||
return &x;
|
||||
}
|
||||
|
||||
operator float3() const
|
||||
{
|
||||
return float3(x, y, 0.0f);
|
||||
}
|
||||
|
||||
float length() const
|
||||
{
|
||||
return len_v2(*this);
|
||||
|
||||
Reference in New Issue
Block a user