mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
[ADDED] COORDINATE:GetLandProfile
This commit is contained in:
@@ -837,7 +837,7 @@ do -- COORDINATE
|
|||||||
return land.getHeight( Vec2 )
|
return land.getHeight( Vec2 )
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Returns a table of `Vec3` points representing the terrain profile between two points.
|
--- Returns a table of DCS#Vec3 points representing the terrain profile between two points.
|
||||||
-- @param #COORDINATE self
|
-- @param #COORDINATE self
|
||||||
-- @param Destination DCS#Vec3 Ending point of the profile.
|
-- @param Destination DCS#Vec3 Ending point of the profile.
|
||||||
-- @return #table DCS#Vec3 table of the profile
|
-- @return #table DCS#Vec3 table of the profile
|
||||||
@@ -845,7 +845,7 @@ do -- COORDINATE
|
|||||||
return land.profile(self:GetVec3(), Destination)
|
return land.profile(self:GetVec3(), Destination)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Returns a table of `Vec3` points representing the terrain profile between two points.
|
--- Returns a table of #COORDINATE representing the terrain profile between two points.
|
||||||
-- @param #COORDINATE self
|
-- @param #COORDINATE self
|
||||||
-- @param Destination #COORDINATE Ending coordinate of the profile.
|
-- @param Destination #COORDINATE Ending coordinate of the profile.
|
||||||
-- @return #table #COORDINATE table of the profile
|
-- @return #table #COORDINATE table of the profile
|
||||||
|
|||||||
Reference in New Issue
Block a user