epsilonEquals(const Line &target, float epsilon) const | Lamp::Line | [inline] |
getDirection() const | Lamp::Line | [inline] |
getDistance(const Vector3 &point) const | Lamp::Line | [inline] |
getDistance(const AxisAlignedBox &axisAlignedBox) const | Lamp::Line | [inline] |
getDistance(const Capsule &capsule) const | Lamp::Line | [inline] |
getDistance(const Cone &cone) const | Lamp::Line | [inline] |
getDistance(const Line &line) const | Lamp::Line | [inline] |
getDistance(const OrientedBox &orientedBox) const | Lamp::Line | [inline] |
getDistance(const Plane &plane) const | Lamp::Line | |
getDistance(const Ray &ray) const | Lamp::Line | [inline] |
getDistance(const Segment &segment) const | Lamp::Line | [inline] |
getDistance(const Sphere &sphere) const | Lamp::Line | [inline] |
getDistance(const Triangle &triangle) const | Lamp::Line | [inline] |
getOrigin() const | Lamp::Line | [inline] |
getSquaredDistance(const Vector3 &point) const | Lamp::Line | |
getSquaredDistance(const AxisAlignedBox &axisAlignedBox) const | Lamp::Line | |
getSquaredDistance(const Capsule &capsule) const | Lamp::Line | |
getSquaredDistance(const Cone &cone) const | Lamp::Line | |
getSquaredDistance(const Line &line) const | Lamp::Line | |
getSquaredDistance(const OrientedBox &orientedBox) const | Lamp::Line | |
getSquaredDistance(const Plane &plane) const | Lamp::Line | [inline] |
getSquaredDistance(const Ray &ray) const | Lamp::Line | |
getSquaredDistance(const Segment &segment) const | Lamp::Line | |
getSquaredDistance(const Sphere &sphere) const | Lamp::Line | |
getSquaredDistance(const Triangle &triangle) const | Lamp::Line | |
intersect(const Vector3 &point, float range=Math::epsilon) const | Lamp::Line | |
intersect(const AxisAlignedBox &axisAlignedBox) const | Lamp::Line | |
intersect(const Capsule &capsule) const | Lamp::Line | |
intersect(const Cone &cone) const | Lamp::Line | |
intersect(const Line &line, float range=Math::epsilon) const | Lamp::Line | |
intersect(const OrientedBox &orientedBox) const | Lamp::Line | |
intersect(const Plane &plane) const | Lamp::Line | |
intersect(const Ray &ray, float range=Math::epsilon) const | Lamp::Line | |
intersect(const Segment &segment, float range=Math::epsilon) const | Lamp::Line | |
intersect(const Sphere &sphere) const | Lamp::Line | |
intersect(const Triangle &triangle) const | Lamp::Line | |
isZero() const | Lamp::Line | [inline] |
Line() | Lamp::Line | [inline] |
Line(const Vector3 &origin, const Vector3 &direction) | Lamp::Line | [inline] |
Line(float originX, float originY, float originZ, float directionX, float directionY, float directionZ) | Lamp::Line | [inline] |
Line(const float *const source) | Lamp::Line | [inline, explicit] |
notEpsilonEquals(const Line &target, float epsilon) const | Lamp::Line | [inline] |
operator!=(const Line &target) const | Lamp::Line | [inline] |
operator==(const Line &target) const | Lamp::Line | [inline] |
set(const Vector3 &origin, const Vector3 &direction) | Lamp::Line | [inline] |
set(float originX, float originY, float originZ, float directionX, float directionY, float directionZ) | Lamp::Line | [inline] |
set(const float *const source) | Lamp::Line | [inline] |
setDirection(const Vector3 &direction) | Lamp::Line | [inline] |
setOrigin(const Vector3 &origin) | Lamp::Line | [inline] |
toString() const | Lamp::Line | [inline] |
transform(const Matrix33 &matrix) const | Lamp::Line | [inline] |
transform(const Matrix34 &matrix) const | Lamp::Line | [inline] |
transform(const Matrix44 &matrix) const | Lamp::Line | [inline] |
zero | Lamp::Line | [static] |