97 explicit Ray(
const Ogre::Ray& InternalRay);
113 Ray GetNormal()
const;
136 void ExtractOgreRay(
const Ogre::Ray& InternalRay);
139 Ogre::Ray GetOgreRay()
const;
146 void ProtoSerialize(
XML::Node& ParentNode)
const;
149 void ProtoDeSerialize(
const XML::Node& SelfRoot);
153 static String GetSerializableName();
160 void operator=(
const Ray& Other);
165 Ray operator*(
const Real Factor)
const;
169 Ray operator/(
const Real Factor)
const;
173 Ray& operator*=(
const Real Factor);
177 Ray& operator/=(
const Real Factor);
182 Boolean operator==(
const Ray& Other)
const;
186 Boolean operator!=(
const Ray& Other)
const;