class nape.geom.Vec2Iterator
Available on all platforms
Haxe Iterator
Class Fields
static function get(list:Vec2List):Vec2Iterator
Create iterator for Nape list.
*
* There is no specific reason to use this over: list.iterator()
* especcialy since this requires writing the class name :)
* (This function is used internally)
*
*
list | The Nape list to create iterator for. * |
returns | An iterator over the Nape list. |