Contents

node(withPoint:)

Creates a graph node with the specified point.

Declaration

class func node(withPoint point: vector_float2) -> Self

Parameters

  • point:

    The position for the node in continuous 2D space.

Return Value

A new graph node representing the specified point.

See Also

Creating a Graph Node