16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 10:29:19 +02:00

allow for creating isolated segments outside track definition

This commit is contained in:
milek7
2022-06-22 01:16:23 +02:00
parent a712cf1e64
commit 28938f2782
3 changed files with 21 additions and 0 deletions

View File

@@ -303,6 +303,9 @@ public:
for (TIsolated *iso : Isolated)
iso->Modify(i, o); }; // dodanie lub odjęcie osi
std::string RemoteIsolatedName();
void AddIsolated(TIsolated *iso) {
Isolated.push_back(iso);
}
double WidthTotal();
bool IsGroupable();
int TestPoint( Math3D::vector3 *Point);