Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ LNLIB_PROJ_stereographic
Function
LNLIB_PROJ_stereographic
dotnet/CAPI/src/Projection_CAPI.cpp:40–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
XYZ_C LNLIB_PROJ_stereographic(
41
XYZ_C point_on_sphere,
42
double radius
43
)
44
{
45
LNLib::XYZ res = LNLib::Projection::Stereographic(ToXYZ(point_on_sphere), radius);
46
return FromXYZ(res);
47
}
48
Callers
nothing calls this directly
Calls
2
ToXYZ
Function · 0.85
FromXYZ
Function · 0.85
Tested by
no test coverage detected