#include "common.h"
#include "vmath.h"
#include "bu/ptbl.h"
#include "rt/defines.h"
#include "rt/tree.h"
#include "rt/rt_instance.h"
Go to the source code of this file.
◆ rt_unprep()
◆ rt_reprep()
◆ rt_dynamic_add_solid()
Add a pre-prepped soltab into the rt_i space-partitioning structures.
The caller must have already:
- allocated and initialised
stp
- set stp->st_bit = rtip->stats.nsolids++ (before calling ft_prep)
- called ft_prep on
stp
This function updates rti_Solids and inserts stp into rti_CutHead, hiding those internal rt_i details from callers.