ISKernel:navworld (Data Type)

From Lavish Software Wiki
Revision as of 22:19, 25 May 2005 by Eleven (talk | contribs)
Jump to navigation Jump to search

Description

Members

  • navpoint NearestPoint[x]: For use in a single coordinate plane system, retrieves the nearest point to (x,0,0)
  • navpoint NearestPoint[x,y]: Retrieves the nearest point to (x,y,0)
  • navpoint NearestPoint[x,y,z]: Retrieves the nearest point to (x,y,z)
  • navpoint Point[name]: Retrieves the point with the given name
  • int Points: Total number of points in this world

Methods

  • Set[name,x]: For use in a single coordinate plane system, sets a point with the given name at (x,0,0)
  • Set[name,x,y]: Sets a point with the given name at (x,y,0)
  • Set[name,x,y,z]: Sets a point with the given name at (x,y,z)

Returns

Examples

See Also