| 74 | |
| 75 | |
| 76 | U32 ConcretePolyList::addPlane(const PlaneF& plane) |
| 77 | { |
| 78 | mPolyPlaneList.increment(); |
| 79 | mPlaneTransformer.transform(plane, mPolyPlaneList.last()); |
| 80 | |
| 81 | return mPolyPlaneList.size() - 1; |
| 82 | } |
| 83 | |
| 84 | |
| 85 | //---------------------------------------------------------------------------- |