hasMemberInPlane method

bool hasMemberInPlane(
  1. int thePlane
)

hasMemberInPlane:

Implementation

bool hasMemberInPlane(int thePlane) {
  return _objc_msgSend_gerswc(
    object$.ref.pointer,
    _sel_hasMemberInPlane_,
    thePlane,
  );
}