Thread: min/max
View Single Post
  #3  
Old 03-24-2003, 05:06 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by Kaimetsu
Man when I read the title of this thread I thought Trevor was looking for an explanation of the minimax ethos for programming game AI. That would've been crazy.



Quote:

min(a,b) == (a<b?a:b)
max(a,b) == (a>b?a:b)

Oh, well, that is simple enough. Thanks.

I thought it would be something big and cool since it has to do with game AI .
__________________
new account: Trevor
Reply With Quote