Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIMCoderLiang/LNLib
/ functions
Functions
895 in github.com/BIMCoderLiang/LNLib
⨍
Functions
895
◇
Types & classes
136
↓ 1 callers
Method
GetBasisW
src/LNLib/Mathematics/Math/Matrix4d.cpp:219
↓ 1 callers
Method
GetBasisW
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:91
↓ 1 callers
Method
GetBasisX
src/LNLib/Mathematics/Math/Matrix4d.cpp:183
↓ 1 callers
Method
GetBasisX
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:64
↓ 1 callers
Method
GetBasisY
src/LNLib/Mathematics/Math/Matrix4d.cpp:195
↓ 1 callers
Method
GetBasisY
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:73
↓ 1 callers
Method
GetBasisZ
src/LNLib/Mathematics/Math/Matrix4d.cpp:207
↓ 1 callers
Method
GetBasisZ
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:82
↓ 1 callers
Method
GetDeterminant
src/LNLib/Mathematics/Math/Matrix4d.cpp:335
↓ 1 callers
Method
GetDeterminant
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:128
↓ 1 callers
Method
GetInverse
( Matrix4d m, out Matrix4d out_inverse)
dotnet/PInvoke/src/Matrix4d.cs:115
↓ 1 callers
Function
GetParamByLength
src/LNLib/Geometry/Curve/NurbsCurve.cpp:67
↓ 1 callers
Method
GetScale
src/LNLib/Mathematics/Math/Matrix4d.cpp:330
↓ 1 callers
Method
GetScale
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:124
↓ 1 callers
Method
GetTranspose
src/LNLib/Mathematics/Math/Matrix4d.cpp:322
↓ 1 callers
Method
GetTranspose
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:120
↓ 1 callers
Function
Getak
src/LNLib/Algorithm/Interpolation.cpp:27
↓ 1 callers
Method
HasReflection
src/LNLib/Mathematics/Math/Matrix4d.cpp:378
↓ 1 callers
Method
HasReflection
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:136
↓ 1 callers
Function
InsertMidKnotCore
src/LNLib/Algorithm/KnotVectorUtils.cpp:21
↓ 1 callers
Method
IsIdentity
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:132
↓ 1 callers
Method
IsTranslation
src/LNLib/Mathematics/Math/Matrix4d.cpp:385
↓ 1 callers
Method
IsTranslation
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:140
↓ 1 callers
Method
Multiply
(XYZ xyz, double scalar)
dotnet/PInvoke/src/XYZ.cs:84
↓ 1 callers
Method
OfPoint
( Matrix4d m, XYZ point)
dotnet/PInvoke/src/Matrix4d.cs:105
↓ 1 callers
Method
OfVector
( Matrix4d m, XYZ vector)
dotnet/PInvoke/src/Matrix4d.cs:110
↓ 1 callers
Function
OffsetByPieglAndTiller
src/LNLib/Geometry/Curve/NurbsCurve.cpp:188
↓ 1 callers
Function
OffsetByTillerAndHanson
src/LNLib/Geometry/Curve/NurbsCurve.cpp:119
↓ 1 callers
Method
SetBasisW
( Matrix4d m, XYZ basis_w)
dotnet/PInvoke/src/Matrix4d.cs:95
↓ 1 callers
Method
SetBasisX
src/LNLib/Mathematics/Math/Matrix4d.cpp:176
↓ 1 callers
Method
SetBasisX
( Matrix4d m, XYZ basis_x)
dotnet/PInvoke/src/Matrix4d.cs:68
↓ 1 callers
Method
SetBasisY
src/LNLib/Mathematics/Math/Matrix4d.cpp:188
↓ 1 callers
Method
SetBasisY
( Matrix4d m, XYZ basis_y)
dotnet/PInvoke/src/Matrix4d.cs:77
↓ 1 callers
Method
SetBasisZ
src/LNLib/Mathematics/Math/Matrix4d.cpp:200
↓ 1 callers
Method
SetBasisZ
( Matrix4d m, XYZ basis_z)
dotnet/PInvoke/src/Matrix4d.cs:86
↓ 1 callers
Method
SetU
(UV uv, double u)
dotnet/PInvoke/src/UV.cs:33
↓ 1 callers
Method
SetV
(UV uv, double v)
dotnet/PInvoke/src/UV.cs:36
↓ 1 callers
Method
SetW
src/LNLib/Mathematics/Math/UVW.cpp:47
↓ 1 callers
Method
SetX
src/LNLib/Mathematics/Math/XYZ.cpp:33
↓ 1 callers
Method
SetY
src/LNLib/Mathematics/Math/XYZ.cpp:40
↓ 1 callers
Method
SetZ
src/LNLib/Mathematics/Math/XYZ.cpp:48
↓ 1 callers
Method
Tessellate
( LN_NurbsCurve curve, [Out] XYZ[] out_points)
dotnet/PInvoke/src/NurbsCurve.cs:441
↓ 1 callers
Function
TessellateCore
src/LNLib/Geometry/Curve/NurbsCurve.cpp:93
↓ 1 callers
Method
ToXYZ
src/LNLib/Algorithm/ControlPointsUtils.cpp:19
↓ 1 callers
Function
bitrv2
src/LNLib/include/FFT.h:221
↓ 1 callers
Function
construct
python/src/PyLNLib.cpp:24
↓ 1 callers
Function
cstrBezierCurve
python/src/Construct/BezierCurve.cpp:16
↓ 1 callers
Function
cstrBezierSurface
python/src/Construct/BezierSurface.cpp:16
↓ 1 callers
Function
cstrEnums
python/src/Construct/LNEnums.cpp:15
↓ 1 callers
Function
cstrIntersection
python/src/Construct/Intersection.cpp:16
↓ 1 callers
Function
cstrKnotVectorUtils
python/src/Construct/KnotVectorUtils.cpp:15
↓ 1 callers
Function
cstrMatrix4d
python/src/Construct/Matrix4d.cpp:18
↓ 1 callers
Function
cstrNurbsCurve
python/src/Construct/NurbsCurve.cpp:21
↓ 1 callers
Function
cstrNurbsSurface
python/src/Construct/NurbsSurface.cpp:16
↓ 1 callers
Function
cstrObject
python/src/Construct/LNObject.cpp:19
↓ 1 callers
Function
cstrPolynomials
python/src/Construct/Polynomials.cpp:16
↓ 1 callers
Function
cstrProjection
python/src/Construct/Projection.cpp:16
↓ 1 callers
Function
cstrUV
python/src/Construct/UV.cpp:19
↓ 1 callers
Function
cstrValidationUtils
python/src/Construct/ValidationUtils.cpp:15
↓ 1 callers
Function
cstrXYZ
python/src/Construct/XYZ.cpp:19
↓ 1 callers
Function
cstrXYZW
python/src/Construct/XYZW.cpp:16
↓ 1 callers
Function
ddct
src/LNLib/include/FFT.h:417
↓ 1 callers
Function
ddst
src/LNLib/include/FFT.h:488
↓ 1 callers
Function
dfct
src/LNLib/include/FFT.h:595
Method
Add
src/LNLib/Mathematics/Math/XYZ.cpp:141
Method
Add
src/LNLib/Mathematics/Math/UV.cpp:108
Method
Add
(XYZ a, XYZ b)
dotnet/PInvoke/src/XYZ.cs:66
Method
Add
(XYZW a, XYZW b)
dotnet/PInvoke/src/XYZW.cs:54
Method
AllBasisFunctions
src/LNLib/Algorithm/Polynomials.cpp:546
Method
AllBasisFunctions
( int span_index, int degree, [In] double[] knot_vector, int k
dotnet/PInvoke/src/Polynomials.cs:108
Method
AllBernstein
src/LNLib/Algorithm/Polynomials.cpp:62
Method
AllBernstein
( int degree, double param_t, [Out] double[] out_array)
dotnet/PInvoke/src/Polynomials.cs:32
Method
AngleToRadians
src/LNLib/Mathematics/Utils/MathUtils.cpp:94
Method
ApproximateArea
src/LNLib/Geometry/Surface/NurbsSurface.cpp:3234
Method
ApproximateArea
( LN_NurbsSurface surface, IntegratorType integrator_type)
dotnet/PInvoke/src/NurbsSurface.cs:288
Method
ApproximateLength
src/LNLib/Geometry/Curve/NurbsCurve.cpp:3670
Method
ApproximateLength
( LN_NurbsCurve curve, IntegratorType integrator_type)
dotnet/PInvoke/src/NurbsCurve.cs:423
Method
AreaData
src/LNLib/Geometry/Surface/NurbsSurface.cpp:48
Method
AverageKnotVector
src/LNLib/Algorithm/Interpolation.cpp:154
Method
AverageKnotVector
( int degree, [In] double[] parameters, int params_count, [Out
dotnet/PInvoke/src/Interpolation.cs:42
Method
BasisFunctions
src/LNLib/Algorithm/Polynomials.cpp:164
Method
BasisFunctions
( int span_index, int degree, [In] double[] knot_vector, int k
dotnet/PInvoke/src/Polynomials.cs:59
Method
BasisFunctionsDerivatives
src/LNLib/Algorithm/Polynomials.cpp:195
Method
BasisFunctionsDerivatives
( int span_index, int degree, int derivative, [In] double[] kn
dotnet/PInvoke/src/Polynomials.cs:68
Method
BasisFunctionsFirstDerivative
( int span_index, int degree, [In] double[] knot_vector, int k
dotnet/PInvoke/src/Polynomials.cs:80
Method
BasisFunctionsFirstOrderDerivative
src/LNLib/Algorithm/Polynomials.cpp:300
Method
Bending
src/LNLib/Geometry/Curve/NurbsCurve.cpp:3283
Method
Bending
( LN_NurbsCurve curve, double start_param, double end_param, X
dotnet/PInvoke/src/NurbsCurve.cs:374
Method
Bernstein
src/LNLib/Algorithm/Polynomials.cpp:34
Method
Bernstein
( int index, int degree, double param_t)
dotnet/PInvoke/src/Polynomials.cs:26
Method
BezierToPowerMatrix
src/LNLib/Algorithm/Polynomials.cpp:578
Method
BezierToPowerMatrix
( int degree, out IntPtr out_matrix, out int out_rows, out int
dotnet/PInvoke/src/Polynomials.cs:119
Method
BicubicLocalInterpolation
src/LNLib/Geometry/Surface/NurbsSurface.cpp:2075
Method
BicubicLocalInterpolation
( [In] XYZ[] points, int rows, int cols, out LN_NurbsSurface o
dotnet/PInvoke/src/NurbsSurface.cs:216
Method
Binomial
src/LNLib/Mathematics/Utils/MathUtils.cpp:112
Method
CanComputeDerivative
src/LNLib/Geometry/Curve/NurbsCurve.cpp:288
Method
CanComputeDerivative
( LN_NurbsCurve curve, double param_t)
dotnet/PInvoke/src/NurbsCurve.cs:41
Method
ChebyshevSeries
src/LNLib/Algorithm/Integrator.cpp:121
Function
Check
src/LNLib/include/BezierSurface.h:26
Function
Check
src/LNLib/include/BsplineCurve.h:26
← previous
next →
101–200 of 895, ranked by callers