SbPlane Constructor |
Name | Description | |
---|---|---|
SbPlane(SbVec3f, SbVec3f) |
Construct a plane given normal n and a point p
to pass through.
| |
SbPlane(SbVec3f, Single) |
Construct a plane given normal and distance from origin
along normal .
| |
SbPlane(SbVec3f, SbVec3f, SbVec3f) |
Construct a plane given 3 points p0p1p2.
|