JPS62205479A - Specific graphic generating circuit of crt display device - Google Patents

Specific graphic generating circuit of crt display device

Info

Publication number
JPS62205479A
JPS62205479A JP4906586A JP4906586A JPS62205479A JP S62205479 A JPS62205479 A JP S62205479A JP 4906586 A JP4906586 A JP 4906586A JP 4906586 A JP4906586 A JP 4906586A JP S62205479 A JPS62205479 A JP S62205479A
Authority
JP
Japan
Prior art keywords
matrix
determinant
data
stored
special
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP4906586A
Other languages
Japanese (ja)
Inventor
Satoshi Fujita
藤田 慧
Makoto Okawa
誠 大川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Daikin Industries Ltd
Original Assignee
Daikin Industries Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Daikin Industries Ltd filed Critical Daikin Industries Ltd
Priority to JP4906586A priority Critical patent/JPS62205479A/en
Publication of JPS62205479A publication Critical patent/JPS62205479A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To eliminate the need for the repeating calculation of adding and multiplying and to increase processing speed by multiplying the data of determinant data to display a specific graphic and the determinant data for converting an image for enlargement and reduction and generating specific graphic data. CONSTITUTION:An ALU 21 prepares a determinant B for generating a circular graphic based upon circular graphic central coordinates and radius in a segment buffer 1. A matrix multiplier 38 multiplies a matrix for converting an image and the formula B stored at a matrix stack memory 37. Further, the ALU 21 makes a circular graphic approximate to a polygon, the value of an argument thetaof respective peaks is counted by an address counter 24, the address of a look-up table memory 23 is designated and the values of sintheta and costheta are read. These are stored to registers 32 and 33. Based upon the multiplying result of these values and the matrix, the multiplier 38 executes the calculation concerning respective peaks, when the calculation is completed, the calculating result is stored to an FIFO 39 and outputted to a clip processor.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明はCRTディスプレイ装置の特殊図形発生回路
に関し、特にグラフィックディスプレイにおいて、たと
えば円の中心座標(XO,yo)と半径rをセグメント
バッファに記憶しておき、その中心座標と半径とに基づ
いて、拡大あるいは縮小した円図形をCRTディスプレ
イに表示するようなCRTディスプレイ装置の特殊図形
発生回路に関する。
[Detailed Description of the Invention] [Industrial Application Field] This invention relates to a special figure generation circuit for a CRT display device, and particularly for a graphic display, in which, for example, the center coordinates (XO, yo) and radius r of a circle are stored in a segment buffer. The present invention relates to a special figure generation circuit for a CRT display device that displays an enlarged or reduced circular figure on a CRT display based on its center coordinates and radius.

[従来の技術] 第4図は従来のグラフィックディスプレイ装置の概略ブ
ロック図であり、TS5図は従来のグラフィックディス
プレイ装置によって円図形を発生する動作を説明するた
めのフロー図であり、第6図は円図形を十三角形に多角
形近似した例を示す図である。
[Prior Art] FIG. 4 is a schematic block diagram of a conventional graphic display device, FIG. TS5 is a flow diagram for explaining the operation of generating a circular figure by the conventional graphic display device, and FIG. FIG. 3 is a diagram showing an example of polygonal approximation of a circular figure to ten triangles.

まず、第4図ないし第6図を参照して、従来のグラフィ
ックディスプレイ装置によって特殊図形を発生する動作
について説明する。グラフィックディスプレイ装置に表
示可能な特殊図形としては、円、楕円1円弧、扇、ベジ
ェー曲線およびB−スブライン曲線などがある。
First, with reference to FIGS. 4 to 6, the operation of generating special graphics using a conventional graphic display device will be described. Special shapes that can be displayed on a graphic display device include circles, elliptical arcs, fans, Bezier curves, and B-subline curves.

ここでは、第6図に示すような円図形を発生するものと
する。第6図に示すような中心座標(XO,)’0)お
よび半径rで表わされる円を発生する場合、この円を多
角形近似する。すなわち、円をたとえばm:角形に近似
すると、頂点の数nは12となり、最少基準角θは36
0/12−300となる。セグメントプロセッサ2には
、ルックアップテーブルが設けられていて、このルック
アップテーブルには、sinθおよびCOSθのそれぞ
れの値が予め記憶されている。セグメントプロセッサ2
はセグメントバッファ1から与えられる中心座標(XO
,)’0)および半径rで表わされる円図形を前述のご
とく分割して偏角θを求め、ルックアップテーブルを参
照して、sinθおよびcosθの値を求める。
Here, it is assumed that a circular figure as shown in FIG. 6 is generated. When generating a circle represented by center coordinates (XO, )'0) and radius r as shown in FIG. 6, this circle is approximated by a polygon. That is, if a circle is approximated to, for example, an m:gon, the number of vertices n will be 12, and the minimum reference angle θ will be 36
It becomes 0/12-300. The segment processor 2 is provided with a look-up table, and each value of sin θ and COS θ is stored in advance in this look-up table. segment processor 2
is the center coordinate (XO
, )'0) and radius r is divided as described above to obtain the argument angle θ, and the values of sin θ and cos θ are determined by referring to the lookup table.

そして、セグメントプロセッサ2はXO+r*cosθ
を像変換プロセッサ3に与える。さらに、セグメントプ
ロセッサ2はyo+r*sinθを像変換プロセッサ3
に与える。像変換プロセッサ3はθが360°になった
か否かを判別する。すなわち、円図形を十三角形の多角
形に近似したか否かを判別する。θが360°でなけば
、θを30°として再びルックアップテーブルを参照し
て、stnθおよびcosθの値を求めζ以下、前述の
説明と同様の動作を行なう。すなわち、セグメントプロ
セッサ2および像変換プロセッサ3により、円図形をθ
−30°ごとに演算を行なって、円図形を十三角形の多
角形に近似する。
And the segment processor 2 is XO+r*cosθ
is given to the image transformation processor 3. Furthermore, the segment processor 2 converts yo+r*sinθ into the image transformation processor 3.
give to The image conversion processor 3 determines whether θ has reached 360°. That is, it is determined whether the circular figure has been approximated to a ten-triangular polygon. If θ is not 360°, θ is set to 30°, the lookup table is again referred to, the values of stnθ and cosθ are determined, and the following operations are performed in the same manner as described above. In other words, the segment processor 2 and the image transformation processor 3 transform the circular figure into θ
Calculation is performed every -30° to approximate the circular figure to a ten-triangular polygon.

[発明が解決しようとする問題点] 上述の従来のグラフィックディスプレイ装置において、
円図形を発生するために、多角形近似すると、乗算回数
および加算口数が非常に多くなり、特殊図形を発生する
ための発生処理速度が極めて遅くなる。このために、特
殊図形を発生した後のCPUのメイン処理にまで悪影響
を与え、全体の処理速度が遅くなってしまうという欠点
があった。
[Problems to be Solved by the Invention] In the above-mentioned conventional graphic display device,
If polygonal approximation is used to generate a circular figure, the number of multiplications and additions will be extremely large, and the generation processing speed for generating a special figure will be extremely slow. This has the disadvantage that it adversely affects the main processing of the CPU after the special figure is generated, slowing down the overall processing speed.

それゆえに、この発明の主たる目的は、特殊図形を高速
で発生し得て、全体の処理速度を向上し得るCRTディ
スプレイ装置の特殊図形発生回路を提供することである
Therefore, the main object of the present invention is to provide a special figure generation circuit for a CRT display device that can generate special figures at high speed and improve the overall processing speed.

[問題点を解決するための手段] この発明はCRTディスプレイ装置に表示するための円
や楕円などの特殊図形を発生するための特殊図形発生回
路であって、特殊図形を表わす行列式のデータを出力す
る第1の行列式データ出力手段と、特殊図形を拡大や縮
小するために必要な像変換用行列式を表わすデータを出
力する第2の行列式データ出力手段と、これらの行列式
を乗算して像変換後の特殊図形を表わすデータを出力す
る乗算手段とから構成される。
[Means for Solving the Problems] The present invention is a special figure generation circuit for generating special figures such as circles and ellipses to be displayed on a CRT display device, which generates determinant data representing the special figures. A first determinant data output means for outputting, a second determinant data output means for outputting data representing a determinant for image transformation necessary for enlarging or reducing a special figure, and a method for multiplying these determinants. and a multiplication means for outputting data representing the special figure after image conversion.

[作用] この発明のCRTディスプレイ装置の特殊図形発生回路
では、特殊図形を表わす行列式と像変換用行列式とを乗
算することによって、像変換後の特殊図形を表わすデー
タを出力するようにしたので、従来のごとく乗算および
加算を繰返し行なう必要がな(なり、処理速度を速める
ことができる。
[Operation] The special figure generation circuit of the CRT display device of the present invention outputs data representing the special figure after image conversion by multiplying the determinant representing the special figure by the image conversion determinant. Therefore, it is not necessary to repeatedly perform multiplication and addition as in the conventional method, and the processing speed can be increased.

[発明の実施例] 第2図はこの発明の一実施例の具体的なブロック図であ
る。まず、第2図を参照して、この発明の一実施例の構
成について説明する。セグメントバッファ1は前述の第
4図に示したものと同じものが用いられ、特殊図形の中
心座標(xo、yo)および半径rなどを記憶している
。セグメントプロセッサ20はALU21とALUレジ
スタ群22とルックアップテーブルメモリ23とアドレ
スカウンタ24とを含む。ALU21はセグメントバッ
ファ1から与えられたデータを論理演算してデータバス
40に出力するものである。ALUレジ文夕群22はデ
ータバス40を介して人力されたデータをストし、AL
U21に与えるものである。ルックアップテーブルメモ
リ23は前述の第6図に示したような円を多角形近似す
るためのSinθおよびcosθの各種値を予め記憶し
ている。アドレスカウンタ24はルックアップテーブル
メモリ23の各アドレスを指定するものである。
[Embodiment of the Invention] FIG. 2 is a concrete block diagram of an embodiment of the invention. First, the configuration of an embodiment of the present invention will be described with reference to FIG. The same segment buffer 1 as shown in FIG. 4 is used, and stores the center coordinates (xo, yo) and radius r of the special figure. Segment processor 20 includes an ALU 21, an ALU register group 22, a lookup table memory 23, and an address counter 24. The ALU 21 performs logical operations on data provided from the segment buffer 1 and outputs the result to the data bus 40. The ALU cash register group 22 stores manually entered data via the data bus 40, and
This will be given to U21. The lookup table memory 23 stores in advance various values of sin θ and cos θ for approximating a circle to a polygon as shown in FIG. 6 described above. The address counter 24 specifies each address in the lookup table memory 23.

像変換プロセッサ30は入力側のF I FO31とX
レジスタ32とYレジスタ33と2レジスタ34とコマ
ンドレジスタ35とスタックアドレスカウンタ36とマ
トリクススタックメモリ37とマトリクス乗算器38と
出力側のFIFO39とから構成される。F I FO
31はALU21から出力されたデータあるいはルック
アップテーブルメモリ23から読出されたデータを先頭
から順次記憶しかつ先頭から順次読出すものであるt、
Xレジスタ32はX座標のデータを記憶し、Xレジスタ
33はY座標のデータを記憶し、Zレジスタ34は三次
元処理するためにZ座標のデータを記憶し、コマンドレ
ジスタ35は各種コマ・ンドを記憶する。
The image conversion processor 30 inputs F I FO 31 and X on the input side.
It is composed of a register 32, a Y register 33, a 2 register 34, a command register 35, a stack address counter 36, a matrix stack memory 37, a matrix multiplier 38, and an output side FIFO 39. FIFO
31 is for sequentially storing data output from the ALU 21 or data read from the look-up table memory 23 from the beginning and sequentially reading it from the beginning;
The X register 32 stores X coordinate data, the X register 33 stores Y coordinate data, the Z register 34 stores Z coordinate data for three-dimensional processing, and the command register 35 stores various commands. remember.

スタックアドレスカウンタ36はマトリクススタックメ
モリ37に含まれるAマトリクスアレイ371、Bマト
リクスアレイ372およびCマトリクスアレイ373の
それぞれのアドレスを指定するものである。Aマトリク
スアレイ371およびBマトリクス゛アレイ372はデ
ータバス40を介して与えられるマトリクスのデータを
記憶して7トリクス乗算器38に与えるものである。C
マトリクスアレイ373はデータバス40から入力され
たマトリクスのデータをマトリクス乗算器38に与える
とともに、マトリクス乗算器38によって乗算されたマ
トリクスのデータをデータバス40に出力する機能を有
している。
Stack address counter 36 specifies the respective addresses of A matrix array 371, B matrix array 372, and C matrix array 373 included in matrix stack memory 37. A matrix array 371 and B matrix array 372 store matrix data applied via data bus 40 and provide it to 7 matrix multiplier 38. C
The matrix array 373 has the function of providing matrix data input from the data bus 40 to the matrix multiplier 38 and outputting the matrix data multiplied by the matrix multiplier 38 to the data bus 40.

マトリクス乗算器38はAマトリクスアレイ371、B
マトリクスアレイ372およびCマトリクスアレイ37
3から与えられるマトリクスのデータと、Xレジスタ3
2.Xレジスタ33およびZレジスタ34から与えられ
るベクトルとの乗算またはマトリクス同士の乗算または
一切の乗算を行なうことなくそのまま出力できる機能を
有している。このために、マトリクス乗算器38には、
マトリクス同士の乗算であるかあるいはマトリクスとベ
クトルとの乗算であるかを表わすためのフラグ41と、
三次元または二次元の乗算であることを示すフラグ43
が与えられる。
The matrix multiplier 38 includes A matrix array 371, B
Matrix array 372 and C matrix array 37
Matrix data given from 3 and X register 3
2. It has a function that allows multiplication with vectors given from X register 33 and Z register 34, multiplication between matrices, or output as is without performing any multiplication. For this purpose, the matrix multiplier 38 includes:
a flag 41 for indicating whether the multiplication is between matrices or between a matrix and a vector;
Flag 43 indicating three-dimensional or two-dimensional multiplication
is given.

また、マトリクス乗算器38は乗算を終了したとき、フ
ラグ42を出力する。マトリクス乗算器38で乗算され
た結果は出力側のFIFO39に与えられる。FIFO
39にストアされた乗算結果は前述の第4図に示したク
リッププロセッサ4または表示用プロセッサ5に与えら
れるとともに、データバス40を介してセグメントプロ
セッサ20に戻される。
Further, the matrix multiplier 38 outputs a flag 42 when the multiplication is completed. The result of multiplication by the matrix multiplier 38 is given to the FIFO 39 on the output side. FIFO
The multiplication result stored in 39 is given to clip processor 4 or display processor 5 shown in FIG.

第1図はこの発明の一実施例の具体的な動作を説明する
ためのフロー図である。
FIG. 1 is a flowchart for explaining the specific operation of an embodiment of the present invention.

次に、第1図および第2図を参照して、この発明の一実
施例の具体的な動作について説明する。
Next, with reference to FIG. 1 and FIG. 2, a specific operation of an embodiment of the present invention will be described.

ALU21はセグメントバッファ1に記憶されている円
図形中心座標(Xo 、  yo )および半径rに基
づいて、次の第(1)式に示す円図形発生用の行列式B
を作成する。
The ALU 21 generates a determinant B for generating a circular figure as shown in the following equation (1) based on the circular figure center coordinates (Xo, yo) and the radius r stored in the segment buffer 1.
Create.

また、Aマトリクスアレイ371には像変換用マトリク
スが予めストアされていて、マトリクス乗算器38は、
次の第(2)式に従って、Aマトリクスアレイ371に
ストアされている像変換用マトリクスと、Bマトリクス
アレイ373にストアされている円図形発生用のマトリ
クスBとの乗算を行なう。
Further, an image conversion matrix is stored in advance in the A matrix array 371, and the matrix multiplier 38
According to the following equation (2), the image conversion matrix stored in the A matrix array 371 is multiplied by the circular figure generation matrix B stored in the B matrix array 373.

さらに、ALU21は円図形を多角形に近似し、各頂点
についての演算を行なうために、各頂点の偏角θの値を
アドレスカラシタ24によって計数し、ルックアップテ
ーブルメモリ23のアドレスを指定させ、sinθおよ
びCOSθの値をルックアップテーブルメモリ23から
読出す。ルックアップテーブルメモリ23から読出され
たsinθおよびCOSθの値はFIFO31にストア
され、FIFO31の出力に基づいて、Xレジスタ32
にsinθがストアされ、Xレジスタ33にCOSθが
ストアされる。マトリクス乗算器38はXレジスタ32
にストアされているsinθとXレジスタ33にストア
されているCOSθと前述のマトリクスに基づいて、次
の第(3)式の乗算を行なう。
Furthermore, the ALU 21 approximates a circular figure to a polygon, and in order to perform calculations on each vertex, the value of the argument angle θ of each vertex is counted by the address scalator 24, and the address of the lookup table memory 23 is specified. , sin θ and COS θ are read from the lookup table memory 23. The values of sin θ and COS θ read from the lookup table memory 23 are stored in the FIFO 31, and based on the output of the FIFO 31, the values of sin θ and COS θ are stored in the X register 32.
sin θ is stored in the X register 33, and COS θ is stored in the X register 33. Matrix multiplier 38 is X register 32
The following equation (3) is multiplied based on sin θ stored in , COS θ stored in the X register 33, and the aforementioned matrix.

(x+)+rcosθ、310+rsfl’lθ)[像
変換マリクスコ              ・・・(
3)マトリクス乗算器38は各頂点についての演算が終
了したか否かを判別し、終了していなければ再び前述の
第(3)式に基づくマトリクス演算を行う。そして、各
頂点についての演算を終了すると、その演算結果を出力
側のF I FO39に記憶させ、クリッププロセッサ
4に出力する。
(x+)+rcosθ, 310+rsfl'lθ) [Image transformation Marixco...(
3) The matrix multiplier 38 determines whether or not the calculation for each vertex has been completed, and if it has not been completed, the matrix multiplier 38 performs the matrix calculation based on the above-mentioned equation (3) again. When the calculation for each vertex is completed, the calculation result is stored in the FIFO 39 on the output side and output to the clip processor 4.

上述のごとく、この実施例によれば、円図形の中心座標
(xo、yo)と半径「とに基づいて、円図形発生用の
マトリクスを作成し、このマトリクスと像変換マトリク
スとを乗算し、その乗算結果とsinθおよびCOSθ
のベクトルを各頂点の数だけ繰返し乗算すれば円図形を
発生できるので、前述の第5図に示したように加算と乗
算を繰返し行なうことにより円図形を発生するものに比
べて、処理速度を向上できる。
As described above, according to this embodiment, a matrix for generating a circular figure is created based on the center coordinates (xo, yo) and the radius of the circular figure, and this matrix is multiplied by the image transformation matrix, The multiplication result and sinθ and COSθ
A circular figure can be generated by repeatedly multiplying the vector by the number of vertices, so the processing speed is faster compared to generating a circular figure by repeating addition and multiplication as shown in Figure 5 above. You can improve.

第3図は特殊図形の一例としてのB−スプライン曲線を
示す図である。
FIG. 3 is a diagram showing a B-spline curve as an example of a special figure.

次に、B−スプライン曲線をCRTディスプレイに表示
する実施例について説明する。B−スプライン曲線は第
3図に示すように、制御点P1ないしP7を通らないが
、それぞれの制御点に近接して、連続的に接ベクトルと
曲率の連続性を有する曲線である。このようなり−スプ
ライン曲線を発生するには、次の第(4)式ないし第(
6)式の演算を行なう必要がある。
Next, an example of displaying a B-spline curve on a CRT display will be described. As shown in FIG. 3, the B-spline curve is a curve that does not pass through the control points P1 to P7, but has continuous tangent vectors and curvatures in the vicinity of each control point. To generate such a spline curve, use the following equation (4) or (
6) It is necessary to calculate the expression.

従来のグラフィックディスプレイ装置では、上述の第(
4)式ないし第(6)式の演算をCPUによって行なっ
ていた。しかし、このようなり−スプライン曲線の演算
をマトリクス乗算器38を用いればより処理速度を向上
できる。すなわち、上述の第(4)式ないし第(6)式
をマトリクス演算で表わすと、第(7)式および第(8
)式で表わすことができる。
In conventional graphic display devices, the above-mentioned (
The calculations of equations 4) to 6 are performed by the CPU. However, if the matrix multiplier 38 is used to calculate the -spline curve, the processing speed can be further improved. That is, if the above-mentioned equations (4) to (6) are expressed by matrix operations, the equations (7) and (8) are expressed as
) can be expressed by the formula.

」二連の各マリトクスAおよびBを乗算するには、Aマ
トリクスアレイ371にマトリクスAをストアし、Bマ
トリクスアレイ372にマトリクスBを入力すれば、マ
トリクス乗算器38によって次の第(9)式で表わされ
るマトリクス乗算が行なわれる。
” To multiply each of the two series of matrixes A and B, store matrix A in the A matrix array 371 and input matrix B to the B matrix array 372. Then, the matrix multiplier 38 calculates the following equation (9) A matrix multiplication represented by is performed.

マトリクス乗算器38は上述の第(9)式の乗算を行な
うと、その乗算結果をCマトリクスアレイ373にスト
アする。このCマトリクスアレイ373にストアされた
乗算結果はデータバス40を介してALUレジスタ群2
2にストアされる。ALU21はALUレジスタ群22
にストアされた演算結果に基づいて、次の第(10)式
ないし第(12)式の演算を行なって、x、y、zを求
める。
After the matrix multiplier 38 performs the multiplication according to equation (9) above, the multiplication result is stored in the C matrix array 373. The multiplication results stored in this C matrix array 373 are transferred to the ALU register group 2 via the data bus 40.
Stored in 2. ALU21 is ALU register group 22
Based on the calculation results stored in , the calculations of the following equations (10) to (12) are performed to obtain x, y, and z.

X−Xo +X+ + X2 + Xa     −(
10)Y−Y6 + Y+ + Y2 + Y3   
  ・・・(11)Z=Z(1+zl +Zz +Zs
    −(12)このようにして求めたX、Yおよび
Zに基づいて、第3図に示したようなり一スプライン曲
線をCRTディスプレイに表示することができる。
X−Xo +X+ + X2 + Xa −(
10) Y-Y6 + Y+ + Y2 + Y3
...(11) Z=Z(1+zl +Zz +Zs
-(12) Based on the X, Y, and Z thus determined, a spline curve as shown in FIG. 3 can be displayed on the CRT display.

[発明の効果] 以上のように、この発明によれば、特殊図形を表わす行
列式のデータと拡大や縮小のための像変換用行列式を表
わすデータとを乗算することによって、特殊図形表わす
データを発生するようにしたので、従来のように加算や
乗算を繰返し行なう必要がなくなり、処理速度を速める
ことができ、装置全体のスループットを向上できる。
[Effects of the Invention] As described above, according to the present invention, data representing a special figure is multiplied by data representing a determinant representing a special figure and data representing a determinant for image transformation for enlargement or reduction. , it is no longer necessary to repeatedly perform addition and multiplication as in the conventional case, and the processing speed can be increased and the throughput of the entire apparatus can be improved.

【図面の簡単な説明】[Brief explanation of drawings]

第1図はこの発明の一実施例の具体的な動作を説明する
ためのフロー図である。第2図はこの発明の一実施例の
具体的なブロック図である。第3図は特殊図形の一例と
してのB−スプライン曲線を示す図である。第4図は従
来のグラフィックディスプレイ装置の概略ブロック図で
ある。第5図は従来のグラフィックディスプレイ装置に
よって円図形を発生する動作を説明するためのフロー図
である。第6図は円図形を十三角形に多角形近似した例
を示す図である。 図において、1はセグメントバッファ、4はクリッププ
ロセッサ、5は表示用プロセッサ、20はセグメントプ
ロセッサ、21はALU、22はALUレジスタ群、2
3はルックアップテーブルメモリ、24はアドレスカウ
ンタ、30は像変換プロセッサ、31.32はFIFo
、32はXレジスタ、33はXレジスタ、34はZレジ
スタ、35はコマンドレジスタ、36はスタックアドレ
スカウンタ、37はマトリクススタックメモリ、38は
マトリクス乗算器を示す。 第1図      第3図 第2図 第4図 第6図 第5図
FIG. 1 is a flowchart for explaining the specific operation of an embodiment of the present invention. FIG. 2 is a concrete block diagram of an embodiment of the present invention. FIG. 3 is a diagram showing a B-spline curve as an example of a special figure. FIG. 4 is a schematic block diagram of a conventional graphic display device. FIG. 5 is a flowchart illustrating the operation of generating a circular figure using a conventional graphic display device. FIG. 6 is a diagram showing an example of polygonal approximation of a circular figure to ten triangles. In the figure, 1 is a segment buffer, 4 is a clip processor, 5 is a display processor, 20 is a segment processor, 21 is an ALU, 22 is an ALU register group, 2
3 is a lookup table memory, 24 is an address counter, 30 is an image conversion processor, 31.32 is a FIFo
, 32 is an X register, 33 is an X register, 34 is a Z register, 35 is a command register, 36 is a stack address counter, 37 is a matrix stack memory, and 38 is a matrix multiplier. Figure 1 Figure 3 Figure 2 Figure 4 Figure 6 Figure 5

Claims (1)

【特許請求の範囲】 CRTディスプレイ装置に表示するための円や楕円など
の特殊図形を発生するための特殊図形発生回路であって
、 前記特殊図形を表わす行列式のデータを出力する第1の
行列式データ出力手段、 前記特殊図形を拡大や縮小するための像変換用行列式表
わすデータを出力する第2の行列式データ出力手段、お
よび 前記第1の行列式データ出力手段から出力された行列式
と、前記第2の行列式データ出力手段から出力された像
変換用行列式とを乗算して、像変換後の特殊図形を表わ
すデータを出力する乗算手段を備えた、CRTディスプ
レイ装置の特殊図形発生回路。
[Scope of Claims] A special figure generation circuit for generating special figures such as circles and ellipses to be displayed on a CRT display device, comprising: a first matrix that outputs determinant data representing the special figure; formula data output means; second determinant data output means for outputting data representing a determinant for image transformation for enlarging or reducing the special figure; and a determinant output from the first determinant data output means. and a determinant for image transformation outputted from the second determinant data output means, and outputs data representing the special figure after image transformation. generation circuit.
JP4906586A 1986-03-05 1986-03-05 Specific graphic generating circuit of crt display device Pending JPS62205479A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4906586A JPS62205479A (en) 1986-03-05 1986-03-05 Specific graphic generating circuit of crt display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4906586A JPS62205479A (en) 1986-03-05 1986-03-05 Specific graphic generating circuit of crt display device

Publications (1)

Publication Number Publication Date
JPS62205479A true JPS62205479A (en) 1987-09-10

Family

ID=12820678

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4906586A Pending JPS62205479A (en) 1986-03-05 1986-03-05 Specific graphic generating circuit of crt display device

Country Status (1)

Country Link
JP (1) JPS62205479A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0696199A (en) * 1992-09-11 1994-04-08 Kazuo Toraichi Device and method for input/output of logo illustration data

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62171078A (en) * 1986-01-21 1987-07-28 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Drawing of curved graphic

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62171078A (en) * 1986-01-21 1987-07-28 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Drawing of curved graphic

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0696199A (en) * 1992-09-11 1994-04-08 Kazuo Toraichi Device and method for input/output of logo illustration data

Similar Documents

Publication Publication Date Title
US5973705A (en) Geometry pipeline implemented on a SIMD machine
JP3860859B2 (en) Computer graphics system with high performance primitive clipping preprocessing
US5862066A (en) Methods and apparatus for fast check of floating point zero or negative zero
Fellner et al. Robust rendering of general ellipses and elliptical arcs
KR20110102450A (en) Discarding of vertex points during two-dimensional graphics rendering using three-dimensional graphics hardware
JP2002008060A (en) Data processing method, recording medium and data processing device
JPH0677265B2 (en) Curve generator
JPH0869538A (en) Method and equipment for execution of clip check by using out code
JPS62205479A (en) Specific graphic generating circuit of crt display device
US20020126127A1 (en) Lighting processing circuitry for graphics adapter
EP0389890B1 (en) Method and apparatus for generating figures with three degrees of freedom
JP3059739B2 (en) Information processing apparatus with curve drawing function and processing method
CA1264878A (en) Circle/ellipse generation in a graphics system
JPS62205480A (en) Specific graphic generating circuit of crt display device
JP3222206B2 (en) Polygon data processing device
JP2538645B2 (en) Curved line approximation device
JPS62205482A (en) Segment generating circuit of crt display device
JPH0721155A (en) Central arithmetic processor
JPH11328438A (en) Method and device for high-efficiency floating-point z buffering
JPS63276679A (en) Graphic display device
JPH01150988A (en) Device for coordinate transforming circular arc by approximating it as cubic curve
JPH01311383A (en) Vector drawing system
JPH0683972A (en) Curve generating device
JPH07175937A (en) Plotting address calculating system
JPS6386083A (en) Affine converting system