MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / LNLIB_NURBSCUR_reverse

Function LNLIB_NURBSCUR_reverse

dotnet/CAPI/src/NurbsCurve_CAPI.cpp:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void LNLIB_NURBSCUR_reverse(LN_NurbsCurve_C curve, LN_NurbsCurve_C* out_curve) {
373 LN_NurbsCurve result;
374 NurbsCurve::Reverse(FromCAPI(curve), result);
375 *out_curve = ToCAPI(result);
376}
377
378void LNLIB_NURBSCUR_reparametrize(
379 LN_NurbsCurve_C curve,

Callers

nothing calls this directly

Calls 2

FromCAPIFunction · 0.70
ToCAPIFunction · 0.70

Tested by

no test coverage detected