User Tools

Site Tools


code:lapcounter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:lapcounter [2017/01/11 14:50] – [Mathematics] michfielcode:lapcounter [2017/06/16 10:11] (current) – [RundenzählerApp] michfiel
Line 1: Line 1:
-====== RundenzählerApp ====== +====== Laps2Go ======
- +
-===== Names, Icons, Pictures ===== +
- +
-  * lap counter +
-  * laps2go+
  
 +===== Motivation =====
  
 https://en.wikipedia.org/wiki/Speed_skating_rink https://en.wikipedia.org/wiki/Speed_skating_rink
 \\ \\
 A speed skating rink (or speed skating oval) is an ice rink (but also a sport venue) in which a speed skating competition is held. A speed skating rink (or speed skating oval) is an ice rink (but also a sport venue) in which a speed skating competition is held.
 +
 +===== Snippets =====
 +
 +
 +<code>
 +    IBOutlet UIScrollView *myScrollView;
 +    IBOutlet UIView *contentView;
 +
 +    - (void)viewDidLoad
 +    {
 +       myScrollView.contentSize = contentView.frame.size;
 +       
 +       ...
 +    }
 +    
 +</code>
 +
  
 ===== Mathematics ===== ===== Mathematics =====
Line 27: Line 40:
   
 https://de.wikipedia.org/wiki/Geometrischer_Schwerpunkt#Polygon https://de.wikipedia.org/wiki/Geometrischer_Schwerpunkt#Polygon
 +
 +Einfacher geht das natürlich auch über Differenz aus Maximum/Minimum von x und y.
 +
  
 Davon ausgehend bei eingehenden zukünftigen Werten den Winkel von einem vorher ermittelten willkürlichen Startpunkt ausrechnen. Davon ausgehend bei eingehenden zukünftigen Werten den Winkel von einem vorher ermittelten willkürlichen Startpunkt ausrechnen.
code/lapcounter.1484142654.txt.gz · Last modified: 2017/01/11 14:50 by michfiel