Skip to main content

IBM Research


The Line Segment[0,1]


The Line Segment, [0,1] is a one dimensional region, which includes all points whose coordinate is between 0 and 1. It has two boundaries: the two points 0. and 1.. In terms of the Base Classes:

Base Space Dimension = 1.
isitInChart(x)={x>=0 and x<=1}.
isitOpen()=FALSE.
getNumberOfBoundaries()=2.
getBoundary(0)= The Point 0.
getBoundary(1)= The Point 1.
Regions are derived from Manifolds, and the other member functions that a Manifold requires will be provided. The Manifold will not be discrete, and will be differentiable.

For more details see the reference for the NAInterval class.


[Comments | NAO Home Page]

[Research home page]

[ IBM home page | Order | Privacy | ContactIBM | Legal ]