#include <composite3.hh>
|
| | Plane () |
| |
| | Plane (const Vec3 &p1, const Vec3 &p2, const Vec3 &p3) |
| |
| | Plane (const Vec3 &p, const Vec3 &n) |
| |
| | Plane (const Line3 &l, const Vec3 &p) |
| |
| | Plane (Real a, Real b, Real c, Real d) |
| |
| | Plane (Real x, Real y, Real z) |
| |
| Vec3 | GetOrigin () const |
| |
| Vec3 | GetNormal () const |
| |
| void | SetNormal (const Vec3 &n) |
| |
| Real | GetP () const |
| |
| void | SetP (Real p) |
| |
| Vec3 | At (Real x, Real y) const |
| |
Definition at line 53 of file composite3.hh.
initialize based on 3 points defining a plane
initialize based on a point and a normal
initialize based on a line and point
initialize a,b,c,d (ax+by+cz+d=0)
initialize based x-,y-,z- intercepts
| void SetNormal |
( |
const Vec3 & |
n | ) |
|
The documentation for this class was generated from the following file: