1 / 32
Ten Bouncing Balls
320 likes | 474 Vues
Ten Bouncing Balls. Presented by Quentin Ochem. university.adacore.com. {X, Y}. {X’ = X + Dx Y’ = Y + Dy}. Checks if a value is within an range. Moves using a vector. Get access to random functions. Initializes a generator to the default. Value in [0.0 .. 1.0]. Value in [0.0 .. 0.05].
Télécharger la présentation
Ten Bouncing Balls
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Ten Bouncing Balls Presented by Quentin Ochem university.adacore.com
{X, Y} {X’ = X + Dx Y’ = Y + Dy}
Value in [0.02 .. 0.07] Value in [0.0 .. 1.0]
Value in [0.02 .. 0.07] Value in {-1.0, 1.0}
The array contains a number of elements to be specified at declaration
Initializes each component through the same record aggregate
“others =>” is missing to specifythat a value is givento all objects
More Related