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

Function LNLIB_NURBSSUR_Normal

dotnet/CAPI/src/NurbsSurface_CAPI.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100XYZ_C LNLIB_NURBSSUR_Normal(LN_NurbsSurface_C surface, UV_C uv) {
101 return FromXYZ(NurbsSurface::Normal(FromCAPI(surface), ToUV(uv)));
102}
103
104void LNLIB_NURBSSUR_swap(LN_NurbsSurface_C surface, LN_NurbsSurface_C* out_surface) {
105 LN_NurbsSurface result;

Callers

nothing calls this directly

Calls 3

FromXYZFunction · 0.85
ToUVFunction · 0.85
FromCAPIFunction · 0.70

Tested by

no test coverage detected