Instance Method
makeFirst()makeNodeFirstmakeNodeFirst
Makes the node the start node of its path.
Declaration
func makeFirst()Declaration
- (void) makeNodeFirst;Declaration
makeNodeFirst()Discussion
For open paths, this method is only effective for the end node, reversing the path direction.
See Also
Path API
Notifies the path that the node changed.