mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
11 lines
193 B
Lua
11 lines
193 B
Lua
-------------------------------------------------------------------------------
|
|
-- @module DCS.DCSVec3
|
|
|
|
|
|
|
|
---
|
|
-- @type Vec3
|
|
-- @field #number x
|
|
-- @field #number y
|
|
-- @field #number z
|
|
Vec3 = {} |