#include <plane.h>
Inheritance diagram for Plane:

Public Member Functions | |
| Plane (const Vector3 &n) | |
| Object3D * | duplicate () const |
| Intersection * | intersectLocal (const Ray &r) const |
| Intersection * | intersectLocalLimitedTime (const Ray &r, DBL maxtime) const |
| bool | isInsideAt (const Vector3 &locallocation) const |
|
|
Construct new plane through origin.
|
|
|
Create a duplicate of the object. Must be of the same type!
Implements SurfacePatch3D.
|
|
|
Test point for insideness.
Implements Object3D.
|
1.3.8