Collision Detection and Physics - JavaScript Tutorial | Spicy Yoghurt
Contenu
- Titre
- Collision Detection and Physics - JavaScript Tutorial | Spicy Yoghurt
- Description
-
"rectIntersect(x1, y1, w1, h1, x2, y2, w2, h2) {
// Check x and y for overlap
if (x2 > w1 + x1 || x1 > w2 + x2 || y2 > h1 + y1 || y1 > h2 + y2){
return false;
}
return true;
}" - Date de création
- 2023-05-17 12:15:03+00:00
- Date de soumission
- 2023-05-17 12:15:03+00:00
- uri
- https://spicyyoghurt.com/tutorials/html5-javascript-game-development/collision-detection-physics
- is compiled by
- Lucky Semiosis
- serverStatus
- 200
- Complexité
-
199
- Date de modification
- 8 janvier 2024 à 10:57:58 +00:00
- Détails de la complexité
- dimension,niv (sujet),niv objet,sujet,objet,prédicat,nb,c
- Physique,1,,,,,10,10
- Physique,2,,,,,22,44
- Actant,1,,,,,1,1
- Actant,2,,,,,1,2
- Concept,1,,,,,8,8
- Concept,2,,,,,19,38
- Rapport,1,1,Actant,Concept,properties,8,8
- Rapport,1,1,Actant,Physique,values,9,9
- Rapport,1,1,Actant,Physique,owner,1,1
- Rapport,2,1,Actant,Physique,oa:hasSource,2,4
- Rapport,2,2,Actant,Concept,properties,17,34
- Rapport,2,2,Actant,Physique,values,18,36
- Rapport,1,1,Actant,Actant,cito:isCompiledBy,1,1
- Rapport,1,1,Actant,Concept,skos:semanticRelation,2,2
- Rapport,1,1,Actant,Physique,uri,1,1
- Totaux de la complexité
- Physique,2,1,2,32,54
- Actant,2,1,2,2,3
- Concept,2,1,2,27,46
- Rapport,9,1,2,59,96
- Existence,15,1,2,120,199,
- Collections
- DIIGO
Annotations
Valeur | Purpose |
---|---|
Lucky Semiosis a taggé le document Collision Detection and Physics - JavaScript Tutorial | Spicy Yoghurt avec le tag javascript
|
classifying |
Target selector | Selector type |
---|---|
Valeur | Purpose |
---|---|
Lucky Semiosis a taggé le document Collision Detection and Physics - JavaScript Tutorial | Spicy Yoghurt avec le tag collision
|
classifying |
Target selector | Selector type |
---|---|