MCPcopy Create free account

hub / github.com/BIMCoderLiang/LNLib / functions

Functions895 in github.com/BIMCoderLiang/LNLib

↓ 1 callersMethodGetBasisW
src/LNLib/Mathematics/Math/Matrix4d.cpp:219
↓ 1 callersMethodGetBasisW
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:91
↓ 1 callersMethodGetBasisX
src/LNLib/Mathematics/Math/Matrix4d.cpp:183
↓ 1 callersMethodGetBasisX
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:64
↓ 1 callersMethodGetBasisY
src/LNLib/Mathematics/Math/Matrix4d.cpp:195
↓ 1 callersMethodGetBasisY
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:73
↓ 1 callersMethodGetBasisZ
src/LNLib/Mathematics/Math/Matrix4d.cpp:207
↓ 1 callersMethodGetBasisZ
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:82
↓ 1 callersMethodGetDeterminant
src/LNLib/Mathematics/Math/Matrix4d.cpp:335
↓ 1 callersMethodGetDeterminant
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:128
↓ 1 callersMethodGetInverse
( Matrix4d m, out Matrix4d out_inverse)
dotnet/PInvoke/src/Matrix4d.cs:115
↓ 1 callersFunctionGetParamByLength
src/LNLib/Geometry/Curve/NurbsCurve.cpp:67
↓ 1 callersMethodGetScale
src/LNLib/Mathematics/Math/Matrix4d.cpp:330
↓ 1 callersMethodGetScale
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:124
↓ 1 callersMethodGetTranspose
src/LNLib/Mathematics/Math/Matrix4d.cpp:322
↓ 1 callersMethodGetTranspose
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:120
↓ 1 callersFunctionGetak
src/LNLib/Algorithm/Interpolation.cpp:27
↓ 1 callersMethodHasReflection
src/LNLib/Mathematics/Math/Matrix4d.cpp:378
↓ 1 callersMethodHasReflection
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:136
↓ 1 callersFunctionInsertMidKnotCore
src/LNLib/Algorithm/KnotVectorUtils.cpp:21
↓ 1 callersMethodIsIdentity
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:132
↓ 1 callersMethodIsTranslation
src/LNLib/Mathematics/Math/Matrix4d.cpp:385
↓ 1 callersMethodIsTranslation
( Matrix4d m)
dotnet/PInvoke/src/Matrix4d.cs:140
↓ 1 callersMethodMultiply
(XYZ xyz, double scalar)
dotnet/PInvoke/src/XYZ.cs:84
↓ 1 callersMethodOfPoint
( Matrix4d m, XYZ point)
dotnet/PInvoke/src/Matrix4d.cs:105
↓ 1 callersMethodOfVector
( Matrix4d m, XYZ vector)
dotnet/PInvoke/src/Matrix4d.cs:110
↓ 1 callersFunctionOffsetByPieglAndTiller
src/LNLib/Geometry/Curve/NurbsCurve.cpp:188
↓ 1 callersFunctionOffsetByTillerAndHanson
src/LNLib/Geometry/Curve/NurbsCurve.cpp:119
↓ 1 callersMethodSetBasisW
( Matrix4d m, XYZ basis_w)
dotnet/PInvoke/src/Matrix4d.cs:95
↓ 1 callersMethodSetBasisX
src/LNLib/Mathematics/Math/Matrix4d.cpp:176
↓ 1 callersMethodSetBasisX
( Matrix4d m, XYZ basis_x)
dotnet/PInvoke/src/Matrix4d.cs:68
↓ 1 callersMethodSetBasisY
src/LNLib/Mathematics/Math/Matrix4d.cpp:188
↓ 1 callersMethodSetBasisY
( Matrix4d m, XYZ basis_y)
dotnet/PInvoke/src/Matrix4d.cs:77
↓ 1 callersMethodSetBasisZ
src/LNLib/Mathematics/Math/Matrix4d.cpp:200
↓ 1 callersMethodSetBasisZ
( Matrix4d m, XYZ basis_z)
dotnet/PInvoke/src/Matrix4d.cs:86
↓ 1 callersMethodSetU
(UV uv, double u)
dotnet/PInvoke/src/UV.cs:33
↓ 1 callersMethodSetV
(UV uv, double v)
dotnet/PInvoke/src/UV.cs:36
↓ 1 callersMethodSetW
src/LNLib/Mathematics/Math/UVW.cpp:47
↓ 1 callersMethodSetX
src/LNLib/Mathematics/Math/XYZ.cpp:33
↓ 1 callersMethodSetY
src/LNLib/Mathematics/Math/XYZ.cpp:40
↓ 1 callersMethodSetZ
src/LNLib/Mathematics/Math/XYZ.cpp:48
↓ 1 callersMethodTessellate
( LN_NurbsCurve curve, [Out] XYZ[] out_points)
dotnet/PInvoke/src/NurbsCurve.cs:441
↓ 1 callersFunctionTessellateCore
src/LNLib/Geometry/Curve/NurbsCurve.cpp:93
↓ 1 callersMethodToXYZ
src/LNLib/Algorithm/ControlPointsUtils.cpp:19
↓ 1 callersFunctionbitrv2
src/LNLib/include/FFT.h:221
↓ 1 callersFunctionconstruct
python/src/PyLNLib.cpp:24
↓ 1 callersFunctioncstrBezierCurve
python/src/Construct/BezierCurve.cpp:16
↓ 1 callersFunctioncstrBezierSurface
python/src/Construct/BezierSurface.cpp:16
↓ 1 callersFunctioncstrEnums
python/src/Construct/LNEnums.cpp:15
↓ 1 callersFunctioncstrIntersection
python/src/Construct/Intersection.cpp:16
↓ 1 callersFunctioncstrKnotVectorUtils
python/src/Construct/KnotVectorUtils.cpp:15
↓ 1 callersFunctioncstrMatrix4d
python/src/Construct/Matrix4d.cpp:18
↓ 1 callersFunctioncstrNurbsCurve
python/src/Construct/NurbsCurve.cpp:21
↓ 1 callersFunctioncstrNurbsSurface
python/src/Construct/NurbsSurface.cpp:16
↓ 1 callersFunctioncstrObject
python/src/Construct/LNObject.cpp:19
↓ 1 callersFunctioncstrPolynomials
python/src/Construct/Polynomials.cpp:16
↓ 1 callersFunctioncstrProjection
python/src/Construct/Projection.cpp:16
↓ 1 callersFunctioncstrUV
python/src/Construct/UV.cpp:19
↓ 1 callersFunctioncstrValidationUtils
python/src/Construct/ValidationUtils.cpp:15
↓ 1 callersFunctioncstrXYZ
python/src/Construct/XYZ.cpp:19
↓ 1 callersFunctioncstrXYZW
python/src/Construct/XYZW.cpp:16
↓ 1 callersFunctionddct
src/LNLib/include/FFT.h:417
↓ 1 callersFunctionddst
src/LNLib/include/FFT.h:488
↓ 1 callersFunctiondfct
src/LNLib/include/FFT.h:595
MethodAdd
src/LNLib/Mathematics/Math/XYZ.cpp:141
MethodAdd
src/LNLib/Mathematics/Math/UV.cpp:108
MethodAdd
(XYZ a, XYZ b)
dotnet/PInvoke/src/XYZ.cs:66
MethodAdd
(XYZW a, XYZW b)
dotnet/PInvoke/src/XYZW.cs:54
MethodAllBasisFunctions
src/LNLib/Algorithm/Polynomials.cpp:546
MethodAllBasisFunctions
( int span_index, int degree, [In] double[] knot_vector, int k
dotnet/PInvoke/src/Polynomials.cs:108
MethodAllBernstein
src/LNLib/Algorithm/Polynomials.cpp:62
MethodAllBernstein
( int degree, double param_t, [Out] double[] out_array)
dotnet/PInvoke/src/Polynomials.cs:32
MethodAngleToRadians
src/LNLib/Mathematics/Utils/MathUtils.cpp:94
MethodApproximateArea
src/LNLib/Geometry/Surface/NurbsSurface.cpp:3234
MethodApproximateArea
( LN_NurbsSurface surface, IntegratorType integrator_type)
dotnet/PInvoke/src/NurbsSurface.cs:288
MethodApproximateLength
src/LNLib/Geometry/Curve/NurbsCurve.cpp:3670
MethodApproximateLength
( LN_NurbsCurve curve, IntegratorType integrator_type)
dotnet/PInvoke/src/NurbsCurve.cs:423
MethodAreaData
src/LNLib/Geometry/Surface/NurbsSurface.cpp:48
MethodAverageKnotVector
src/LNLib/Algorithm/Interpolation.cpp:154
MethodAverageKnotVector
( int degree, [In] double[] parameters, int params_count, [Out
dotnet/PInvoke/src/Interpolation.cs:42
MethodBasisFunctions
src/LNLib/Algorithm/Polynomials.cpp:164
MethodBasisFunctions
( int span_index, int degree, [In] double[] knot_vector, int k
dotnet/PInvoke/src/Polynomials.cs:59
MethodBasisFunctionsDerivatives
src/LNLib/Algorithm/Polynomials.cpp:195
MethodBasisFunctionsDerivatives
( int span_index, int degree, int derivative, [In] double[] kn
dotnet/PInvoke/src/Polynomials.cs:68
MethodBasisFunctionsFirstDerivative
( int span_index, int degree, [In] double[] knot_vector, int k
dotnet/PInvoke/src/Polynomials.cs:80
MethodBasisFunctionsFirstOrderDerivative
src/LNLib/Algorithm/Polynomials.cpp:300
MethodBending
src/LNLib/Geometry/Curve/NurbsCurve.cpp:3283
MethodBending
( LN_NurbsCurve curve, double start_param, double end_param, X
dotnet/PInvoke/src/NurbsCurve.cs:374
MethodBernstein
src/LNLib/Algorithm/Polynomials.cpp:34
MethodBernstein
( int index, int degree, double param_t)
dotnet/PInvoke/src/Polynomials.cs:26
MethodBezierToPowerMatrix
src/LNLib/Algorithm/Polynomials.cpp:578
MethodBezierToPowerMatrix
( int degree, out IntPtr out_matrix, out int out_rows, out int
dotnet/PInvoke/src/Polynomials.cs:119
MethodBicubicLocalInterpolation
src/LNLib/Geometry/Surface/NurbsSurface.cpp:2075
MethodBicubicLocalInterpolation
( [In] XYZ[] points, int rows, int cols, out LN_NurbsSurface o
dotnet/PInvoke/src/NurbsSurface.cs:216
MethodBinomial
src/LNLib/Mathematics/Utils/MathUtils.cpp:112
MethodCanComputeDerivative
src/LNLib/Geometry/Curve/NurbsCurve.cpp:288
MethodCanComputeDerivative
( LN_NurbsCurve curve, double param_t)
dotnet/PInvoke/src/NurbsCurve.cs:41
MethodChebyshevSeries
src/LNLib/Algorithm/Integrator.cpp:121
FunctionCheck
src/LNLib/include/BezierSurface.h:26
FunctionCheck
src/LNLib/include/BsplineCurve.h:26
← previousnext →101–200 of 895, ranked by callers