Merge pull request #2275 from FlightControl-Master/Applevangelist-patch-1

Update classes-core.md
This commit is contained in:
Thomas 2025-04-02 09:54:54 +02:00 committed by GitHub
commit 986c340211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,10 +169,6 @@ Defines an extensive API to manage 3D points in the DCS World 3D simulation spac
**Features:**
* Provides a COORDINATE class, which allows to manage points in 3D space and perform various operations on it.
* Provides a COORDINATE class, which is derived from COORDINATE, and allows to manage points in 3D space, but from a
Lat/Lon and Altitude perspective.
* Provides a POINT_VEC3 class, which is derived from COORDINATE, and allows to manage points in 3D space, but from a
X, Z and Y vector perspective.
**The coordinate system classes are essential to understand. Learn this!**