113 explicit Plane(
const Ogre::Plane& InternalPlane);
123 void Define(
const Vector3& Norm,
const Real Constant);
152 Boolean IsOverlapping(
const Sphere& ToCheck)
const;
160 Boolean IsOverlapping(
const Plane& ToCheck)
const;
171 void ExtractOgrePlane(
const Ogre::Plane& InternalPlane);
174 Ogre::Plane GetOgrePlane()
const;
181 void ProtoSerialize(
XML::Node& ParentNode)
const;
184 void ProtoDeSerialize(
const XML::Node& SelfRoot);
188 static String GetSerializableName();
195 void operator=(
const Plane& Other);
199 void operator=(
const Ogre::Plane& InternalPlane);
204 Boolean operator==(
const Plane& Other)
const;
208 Boolean operator!=(
const Plane& Other)
const;