VocabularyraylibClass descriptionRepresents collision information from a Ray.
Fields| hit | bool | Did the ray hit something? |
| distance | float | Distance to nearest hit |
| point | Vector3 | Point of nearest hit |
| normal | Vector3 | Surface normal of hit |
DefinitionMethods