ISKernel:navworld (Data Type)
Jump to navigation
Jump to search
Description
Members
- int LastID: The highest point ID number in this world
- 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
- navpoint Point[#]: Retrieves the point with this ID number
- 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)