View Single Post
  #4   Spotlight this post!  
Unread 09-02-2017, 08:37
MuskieProgramme MuskieProgramme is offline
Registered User
FRC #6420
Team Role: Programmer
 
Join Date: Dec 2016
Rookie Year: 2014
Location: Muscatine, IA
Posts: 38
MuskieProgramme is an unknown quantity at this point
Re: Detecting countours

Actually, it does exactly what he thinks it does. It makes isCenter true and then returns true.

http://stackoverflow.com/a/38163971

Quote:
The assignment operator in Java returns the assigned value (like it does, e.g., in c).
Reply With Quote