ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
Plane
ws
math
collision
Undocumented in source.
struct
Plane {
float
[
3
]
origin
;
float
[
3
]
normal
;
}
Members
Variables
normal
float
[
3
]
normal
;
Undocumented in source.
origin
float
[
3
]
origin
;
Undocumented in source.
Meta
Source
See Implementation
ws
math
collision
classes
LineCubeResult
LinePlaneResult
Result
functions
collide
line_plane
structs
Cube
Line
Plane