VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Accurate Pathfinding

by amoxys (4 Submissions)
Category: Data Structures
Compatability: VB Script
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (13 Votes)

It finds the shortest way. Really.

API Declarations
GetTickCount Lib "kernel32" () As Long
Polyline Lib "gdi32" (ByVal hdc As Long, lpPoint As POINTAPI, ByVal nCount As Long) As Long
Polygon Lib "gdi32" (ByVal hdc As Long, lpPoint As Any, ByVal nCount As Long) As Long
CreatePolygonRgn Lib "gdi32" (lpPoint As POINTAPI, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long
PtInRegion Lib "gdi32" (ByVal hRgn As Long, ByVal X As Long, ByVal Y As Long) As Long
DeleteObject Lib "gdi32" (ByVal hObject As Long) As Long

Rate Accurate Pathfinding

Download Accurate Pathfinding

Download Accurate Pathfinding (11 KB)

Accurate Pathfinding Comments

No comments have been posted about Accurate Pathfinding. Why not be the first to post a comment about Accurate Pathfinding.

Post your comment

Subject:
Message:
0/1000 characters