Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

c39583d7 cf33 9a61 c1d9 fea63e4d9917

Daniel Carvajal edited this page Jul 11, 2023 · 2 revisions

netDxf.GTE Namespace

netDxf 3.0.0 Library

The GTE namespace contains classes that have been translated to C# from the Geometric Tools Library original C++ code.

The Geometric Tool Library makes a lot of use of C++ templates and generics to handle, among other things, arbitrary vector dimensions and real numbers. This has no easy translation into C#, therefore the translated code has been limited to use three dimensional vectors (Vector3) with double precision.

Geometric Tools Library homepage https://www.geometrictools.com

Original license:
David Eberly, Geometric Tools, Redmond WA 98052
Copyright (c) 1998-2022
Distributed under the Boost Software License, Version 1.0.
https://www.boost.org/LICENSE_1_0.txt
https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
Version: 6.0.2022.01.06

Classes

BandedMatrix  
BasisFunction  
BezierCurve  
BSplineCurve  
BSplineCurveFit  
BSplineReduction  
BSplineSurface  
BSplineSurfaceFit  
FIQueryIntervals  
GaussianElimination  
GMatrix  
GVector  
Integration  
LexicoArray2  
NURBSCurve  
NURBSSurface  
ParametricCurve  
ParametricSurface  
RootsBisection  
RootsPolynomial  
TIQueryIntervals  

Structures

BasisFunctionInput  
GTE  
UniqueKnot  

Enumerations

FIQueryIntervalsType  
Clone this wiki locally