MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / bounds_transform

Function bounds_transform

StereoKitC/intersect.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190///////////////////////////////////////////
191
192bounds_t bounds_transform(bounds_t bounds, matrix transform) {
193 return bounds_grow_to_fit_box_opt(nullptr, bounds, &transform);
194}
195
196///////////////////////////////////////////
197

Callers 1

model_node_add_childFunction · 0.85

Calls 1

Tested by

no test coverage detected