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.