Ignore:
Timestamp:
11/25/18 20:10:31 (5 years ago)
Author:
Maciej Komosinski
Message:

Simplified XYZ.toString() and made Orient.toString() use our official number-formatting function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/3dobject.h

    r343 r825  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    3434        PARAMPROCDEF(p_get);
    3535#undef STATRICKCLASS
    36 
     36        SString toString() const;
    3737        static ParamInterface* getInterface();
    3838        static ExtObject makeStaticObject(Pt3D* p);
Note: See TracChangeset for help on using the changeset viewer.