String and math fixes
- Added missing static String constructors - Implemented String operator for math types - Added XYZ and YXZ euler angles methods - Fixed wrong det checks in Basis - Fixed operator Quat in Basis
This commit is contained in:
@@ -633,8 +633,7 @@ void AABB::get_edge(int p_edge,Vector3& r_from,Vector3& r_to) const {
|
||||
|
||||
AABB::operator String() const {
|
||||
|
||||
//return String()+position +" - "+ size;
|
||||
return String(); // @Todo
|
||||
return String() + position + " - " + size;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user