contains method

contains

Check if the point p is inside the bounding box

Returns

def contains(self, p):
    ...
ParameterTypeDescription
pVector3The point to test

See Also