position property

position property

The any point on the split plane, the plane is defined as N * P + D = 0 where N is Normal and P is any point on the plane.

Definition:

@property
def position(self):
    ...
@position.setter
def position(self, value):
    ...

See Also