Skip to content

Commit

Permalink
api command modify
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjeongdae committed Jul 3, 2018
1 parent cc7f9f9 commit f930dd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mago3d/api/APIGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,8 @@ function drawAppendDataAPI(managerFactoryInstance, projectIdArray, projectDataAr
* @param {ManagerFactory} managerFactoryInstance
* @param {string} projectId project primary key
* @param {string} dataKey data key
* @param {string} inputPoint input x, y, z
* @param {string} resultPoint return point
*/
function getCoordinateRelativeToBuildingAPI(managerFactoryInstance, projectId, dataKey, inputPoint, resultPoint)
{
Expand All @@ -556,6 +558,8 @@ function getCoordinateRelativeToBuildingAPI(managerFactoryInstance, projectId, d
* @param {ManagerFactory} managerFactoryInstance
* @param {string} projectId project primary key
* @param {string} dataKey data key
* @param {string} inputPoint input x, y, z
* @param {string} resultPoint return point
*/
function getAbsoluteCoodinateOfBuildingPointAPI(managerFactoryInstance, projectId, dataKey, inputPoint, resultPoint)
{
Expand Down

0 comments on commit f930dd0

Please sign in to comment.