ws v1.0.10 (2017-05-27T17:13:21Z)
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