ZPP_ConvexRayResult
zpp_nape.geom.ZPP_ConvexRayResult (Class)
Static Members
nape
getRay(normal: nape.geom.Vec2, time: Float, inner: Bool, shape: nape.shape.Shape): nape.geom.RayResult| Name | Type |
|---|---|
normal |
nape.geom.Vec2 |
time |
Float |
inner |
Bool |
shape |
nape.shape.Shape |
| Returns |
|---|
| nape.geom.RayResult |
nape
getConvex(normal: nape.geom.Vec2, position: nape.geom.Vec2, toiDistance: Float, shape: nape.shape.Shape): nape.geom.ConvexResult| Name | Type |
|---|---|
normal |
nape.geom.Vec2 |
position |
nape.geom.Vec2 |
toiDistance |
Float |
shape |
nape.shape.Shape |
| Returns |
|---|
| nape.geom.ConvexResult |