nape.geom.RayResultIterator
Top
|
Static Methods
|
Instance Methods
Overview
nape
nape.callbacks
nape.constraint
nape.dynamics
nape.geom
AABB
ConvexResult
ConvexResultIterator
ConvexResultList
Geom
GeomPoly
GeomPolyIterator
GeomPolyList
GeomVertexIterator
IsoFunction
IsoFunctionDef
MarchingSquares
Mat23
MatMN
Ray
RayResult
RayResultIterator
RayResultList
Vec2
Vec2Iterator
Vec2List
Vec3
Winding
nape.hacks
nape.phys
nape.shape
nape.space
nape.symbolic
nape.util
type
class
Haxe Iterator
compatible iterator over Nape list.
Static Methods
static function
get
(list:
RayResultList
):
RayResultIterator
Create iterator for Nape list.
Instance Methods
inline function
hasNext
():
Bool
Check if there are any elements remaining.
inline function
next
():
RayResult
Return next element in list.