Struct Intersection
Stores intersection data
struct Intersection
;
Fields
Name | Type | Description |
---|---|---|
fact
|
bool | |
normal
|
Vector!(float,3) | |
penetrationDepth
|
float | |
point
|
Vector!(float,3) |