About: Digital differential analyzer (graphics algorithm)     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Rule105846932, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FDigital_differential_analyzer_%28graphics_algorithm%29&invfp=IFP_OFF&sas=SAME_AS_OFF

In computer graphics, a digital differential analyzer (DDA) is hardware or software used for interpolation of variables over an interval between start and end point. DDAs are used for rasterization of lines, triangles and polygons. They can be extended to non linear functions, such as perspective correct texture mapping, , and traversing voxels. In fact any two consecutive points lying on this line segment should satisfy the equation.

AttributesValues
rdf:type
rdfs:label
  • Analizador diferencial digital (es)
  • Digital differential analyzer (graphics algorithm) (en)
  • Analyseur différentiel numérique (fr)
  • Algoritmo DDA (it)
  • Алгоритм DDA-линии (ru)
  • Алгоритм DDA-лінії (uk)
rdfs:comment
  • En gráficos por ordenador, una implementación de hardware o software de un (DDA) se usa para la interpolación lineal de variables sobre un intervalo entre un punto de comienzo y un punto de fin. Los DDAs se usan para rastreo de líneas, triángulos y polígonos. En la implementación más simple del algoritmo DDA interpola valores en intervalo [(xinicio, yinicio), (xfin, yfin)] por cálculo para cada xi las ecuaciones xi = xi−1+1, yi = yi−1 + Δy/Δx, donde Δx = xfin − xinicio y Δy = yfin − yinicio. (es)
  • Un analyseur différentiel numérique ou ADN (en anglais, DDA pour Digital Differential Analyzer) est un algorithme qui permet de tracer des approximations de segments de droites sur des médias discrets. (fr)
  • L'algoritmo DDA (digital differential analyzer) è un algoritmo di rasterizzazione di linea. L'algoritmo DDA parte dall'osservazione che la pendenza di una retta passante per i punti e è esprimibile come: e che Da qui possiamo ricavare che per passare da un punto ad un punto dove , l'aumento di rispetto a dovrà essere ovvero: (it)
  • Алгоритм DDA-линии растеризует отрезок прямой между двумя заданными точками, используя вычисления в числах с плавающей запятой или целых числах. (ru)
  • Алгоритм DDA-лінії растеризує відрізок прямої між початковою та кінцевою точками. В найпростішій реалізації алгоритм інтерполює значення з інтервалів [(xstart, ystart), (xend, yend)] обчислюючи для кожного xi вираз xi = xi−1+1/m, yi = yi−1 + m, де Δx = xend − xstart , Δy = yend − ystart та m = Δy/Δx. Абревіатура DDA в назві цього алгоритму комп'ютерної графіки походить від англ. Digital Differential Analyzer (цифровий диференціальний аналізатор) — обчислювальний пристрій, що застосовувалося раніше для генерації векторів. Алгоритм можна реалізувати використовуючи дійсні або цілі числа. (uk)
  • In computer graphics, a digital differential analyzer (DDA) is hardware or software used for interpolation of variables over an interval between start and end point. DDAs are used for rasterization of lines, triangles and polygons. They can be extended to non linear functions, such as perspective correct texture mapping, , and traversing voxels. In fact any two consecutive points lying on this line segment should satisfy the equation. (en)
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • In computer graphics, a digital differential analyzer (DDA) is hardware or software used for interpolation of variables over an interval between start and end point. DDAs are used for rasterization of lines, triangles and polygons. They can be extended to non linear functions, such as perspective correct texture mapping, , and traversing voxels. In its simplest implementation for linear cases such as lines, the DDA algorithm interpolates values in interval by computing for each xi the equations xi = xi−1 + 1, yi = yi−1 + m, where m is the slope of the line. This slope can be expressed in DDA as follows: In fact any two consecutive points lying on this line segment should satisfy the equation. (en)
  • En gráficos por ordenador, una implementación de hardware o software de un (DDA) se usa para la interpolación lineal de variables sobre un intervalo entre un punto de comienzo y un punto de fin. Los DDAs se usan para rastreo de líneas, triángulos y polígonos. En la implementación más simple del algoritmo DDA interpola valores en intervalo [(xinicio, yinicio), (xfin, yfin)] por cálculo para cada xi las ecuaciones xi = xi−1+1, yi = yi−1 + Δy/Δx, donde Δx = xfin − xinicio y Δy = yfin − yinicio. (es)
  • Un analyseur différentiel numérique ou ADN (en anglais, DDA pour Digital Differential Analyzer) est un algorithme qui permet de tracer des approximations de segments de droites sur des médias discrets. (fr)
  • L'algoritmo DDA (digital differential analyzer) è un algoritmo di rasterizzazione di linea. L'algoritmo DDA parte dall'osservazione che la pendenza di una retta passante per i punti e è esprimibile come: e che Da qui possiamo ricavare che per passare da un punto ad un punto dove , l'aumento di rispetto a dovrà essere ovvero: (it)
  • Алгоритм DDA-линии растеризует отрезок прямой между двумя заданными точками, используя вычисления в числах с плавающей запятой или целых числах. (ru)
  • Алгоритм DDA-лінії растеризує відрізок прямої між початковою та кінцевою точками. В найпростішій реалізації алгоритм інтерполює значення з інтервалів [(xstart, ystart), (xend, yend)] обчислюючи для кожного xi вираз xi = xi−1+1/m, yi = yi−1 + m, де Δx = xend − xstart , Δy = yend − ystart та m = Δy/Δx. Абревіатура DDA в назві цього алгоритму комп'ютерної графіки походить від англ. Digital Differential Analyzer (цифровий диференціальний аналізатор) — обчислювальний пристрій, що застосовувалося раніше для генерації векторів. Алгоритм можна реалізувати використовуючи дійсні або цілі числа. (uk)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 67 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software