# intersect

Take the intersection of two objects

float intersect(float obj1, float obj2);

# Example