Point.init_
graphene.point.Point init_(float x, float y)Initializes p to the given x and y coordinates.
It's safe to call this function multiple times.
Parameters
x | the X coordinate |
y | the Y coordinate |
Returns
the initialized point
graphene.point.Point init_(float x, float y)Initializes p to the given x and y coordinates.
It's safe to call this function multiple times.
x | the X coordinate |
y | the Y coordinate |