language-icon Old Web
English
Sign In

Function representation

Function Representation (FRep or F-Rep) is used in solid modeling, volume modeling and computer graphics. FRep was introduced in 'Function representation in geometric modeling: concepts, implementation and applications' as a uniform representation of multidimensional geometric objects (shapes). An object as a point set in multidimensional space is defined by a single continuous real-valued function of point coordinates f ( x 1 , x 2 , . . . , x n ) {displaystyle f(x_{1},x_{2},...,x_{n})} which is evaluated at the given point by a procedure traversing a tree structure with primitives in the leaves and operations in the nodes of the tree. The points with f ( x 1 , x 2 , . . . , x n ) ≥ 0 {displaystyle f(x_{1},x_{2},...,x_{n})geq 0} belong to the object, and the points with f ( x 1 , x 2 , . . . , x n ) < 0 {displaystyle f(x_{1},x_{2},...,x_{n})<0} are outside of the object. The point set with f ( x 1 , x 2 , . . . , x n ) = 0 {displaystyle f(x_{1},x_{2},...,x_{n})=0} is called an isosurface. Function Representation (FRep or F-Rep) is used in solid modeling, volume modeling and computer graphics. FRep was introduced in 'Function representation in geometric modeling: concepts, implementation and applications' as a uniform representation of multidimensional geometric objects (shapes). An object as a point set in multidimensional space is defined by a single continuous real-valued function of point coordinates f ( x 1 , x 2 , . . . , x n ) {displaystyle f(x_{1},x_{2},...,x_{n})} which is evaluated at the given point by a procedure traversing a tree structure with primitives in the leaves and operations in the nodes of the tree. The points with f ( x 1 , x 2 , . . . , x n ) ≥ 0 {displaystyle f(x_{1},x_{2},...,x_{n})geq 0} belong to the object, and the points with f ( x 1 , x 2 , . . . , x n ) < 0 {displaystyle f(x_{1},x_{2},...,x_{n})<0} are outside of the object. The point set with f ( x 1 , x 2 , . . . , x n ) = 0 {displaystyle f(x_{1},x_{2},...,x_{n})=0} is called an isosurface. The geometric domain of FRep in 3D space includes solids with non-manifold models and lower-dimensional entities (surfaces, curves, points) defined by zero value of the function. A primitive can be defined by an equation or by a 'black box' procedure converting point coordinates into the function value. Solids bounded by algebraic surfaces, skeleton-based implicit surfaces, and convolution surfaces, as well as procedural objects (such as solid noise), and voxel objects can be used as primitives (leaves of the construction tree). In the case of a voxel object (discrete field), it should be converted to a continuous real function, for example, by applying the trilinear or higher-order interpolation. Many operations such as set-theoretic, blending, offsetting, projection, non-linear deformations, metamorphosis, sweeping, hypertexturing, and others, have been formulated for this representation in such a manner that they yield continuous real-valued functions as output, thus guaranteeing the closure property of the representation. R-functions originally introduced in V.L. Rvachev's 'On the analytical description of some geometric objects', provide C k {displaystyle C^{k}} continuity for the functions exactly defining the set-theoretic operations (min/max functions are a particular case). Because of this property, the result of any supported operation can be treated as the input for a subsequent operation; thus very complex models can be created in this way from a single functional expression. FRep modeling is supported by the special-purpose language HyperFun.

[ "Algorithm", "Computer graphics (images)", "Mathematical optimization", "Mathematical analysis", "Artificial intelligence" ]
Parent Topic
Child Topic
    No Parent Topic