coord/traits: add vector-extent result_type
This commit is contained in:
parent
9f6697dc2a
commit
2a6ad38e9c
@ -70,6 +70,7 @@ namespace util {
|
||||
RESULT_T(point,vector,point)
|
||||
RESULT_T(srgba,vector,srgba)
|
||||
RESULT_T(srgba,srgba,srgba)
|
||||
RESULT_T(vector,extent,extent)
|
||||
RESULT_T(vector,point,point)
|
||||
RESULT_T(vector,srgba,srgba)
|
||||
RESULT_T(vector,vector,vector)
|
||||
|
Loading…
Reference in New Issue
Block a user