BRIDGES
  • Articles
  • BRIDGES
Search Results for

    Show / Hide Table of Contents
    • Settings
    • LinearAlgebra
      • Vectors
        • DenseVector
        • SparseVector
        • Vector
      • Factorisation
        • SparseQR
      • Matrices
        • DenseMatrix
        • Matrix
        • SparseMatrix
        • Sparse
          • CompressedColumn
          • CompressedRow
        • Storage
          • DictionaryOfKeys
    • Algebra
      • Measure
        • IDotProduct<TSelf, TValue>
        • IMetric<TSelf>
        • INorm<TSelf>
      • Sets
        • IGroupAction<TSelf, TValue>
      • Fundamentals
        • IAddable<T>
    • Solvers
      • GuidedProjection
        • Energy
        • GuidedProjectionAlgorithm
        • LinearisedConstraint
        • QuadraticConstraint
        • VariableSet
        • EnergyTypes
          • SegmentOrthogonality
          • SegmentParallelity
        • Interfaces
          • IEnergyType
          • ILinearisedConstraintType
          • IQuadraticConstraintType
        • QuadraticConstraintTypes
          • CoherentLength
          • LowerBound
          • UpperBound
          • VectorLength
    • Arithmetic
      • Polynomials
        • Multivariate
          • Monomial
          • Polynomial
        • Univariate
          • Polynomial
          • Specials
            • Bernstein
            • BSpline
      • Numbers
        • Complex
        • Quaternion
        • Real
    • Geometry
      • Euclidean3D
        • Basis
        • BSplineCurve
        • BSplineSurface
        • Circle
        • Frame
        • Line
        • NurbsCurve
        • NurbsSurface
        • Plane
        • Point
        • Polyline
        • Ray
        • Segment
        • Sphere
        • Vector
      • Kernel
        • BSplineCurve<TPoint>
        • BSplineSurface<TPoint>
        • CurveParameterFormat
        • IGeometricallyEquatable<T>
      • Projective3D
        • Point
    • DataStructures
      • PolyhedralMeshes
        • IEdge<TPosition>
        • IFace<TPosition>
        • IMesh<TPosition>
        • IVertex<TPosition>
        • FaceVertexMesh
          • Edge<TPosition>
          • Face<TPosition>
          • Mesh<TPosition>
          • Vertex<TPosition>
        • Abstract
          • Edge<TPosition, TVertex, TEdge, TFace>
          • Face<TPosition, TVertex, TEdge, TFace>
          • Mesh<TPosition, TVertex, TEdge, TFace>
          • Vertex<TPosition, TVertex, TEdge, TFace>
        • HalfedgeMesh
          • Edge<TPosition>
          • Face<TPosition>
          • Halfedge<TPosition>
          • Mesh<TPosition>
          • Vertex<TPosition>

    Namespace BRIDGES.Geometry.Euclidean3D

    Classes

    Basis

    Class defining a basis in three-dimensional euclidean space.

    BSplineCurve

    Class defining a B-Spline curve in three-dimensional euclidean space.

    BSplineSurface

    Class defining a B-Spline surface in three-dimensional euclidean space.

    Frame

    Class defining a frame in three-dimensional euclidean space.

    NurbsCurve

    Class defining a NURBS curve in three-dimensional euclidean space.

    NurbsSurface

    Class defining a NURBS surface in three-dimensional euclidean space.

    Plane

    Class defining a plane in three-dimensional euclidean space.

    Polyline

    Class defining a polyline curve in three-dimensional euclidean space.

    Sphere

    Class defining a sphere in three-dimensional euclidean space.

    Structs

    Circle

    Structure defining a circle curve in three-dimensional euclidean space.

    Line

    Structure defining a line in three-dimensional euclidean space.
    It is defined by a start point and an axis (infinite length).

    Point

    Structure defining a point in three-dimensional euclidean space.

    Ray

    Structure defining a half-line in three-dimensional euclidean space.
    It is defined by a start point and an end point (finite length). For an infinite line, refer to Line.

    Segment

    Structure defining a segment curve in three-dimensional euclidean space.
    It is defined by a start point and an end point (finite length).

    Vector

    Structure defining a vector in three-dimensional euclidean space.

    In This Article
    Back to top By ENPC and the Build'In Platform