Source code: com/xerox/VTM/glyphs/ProjRoundRect.java
1 /* FILE: ProjRoundRect.java
2 * DATE OF CREATION: Wed May 28 14:27:38 2003
3 * AUTHOR : Emmanuel Pietriga (emmanuel@w3.org)
4 * MODIF: Wed May 28 14:27:42 2003 by Emmanuel Pietriga (emmanuel@w3.org, emmanuel@claribole.net)
5 * Copyright (c) Emmanuel Pietriga, 2002. All Rights Reserved
6 * Licensed under the GNU LGPL. For full terms see the file COPYING.
7 */
8
9 package com.xerox.VTM.glyphs;
10
11 /**project coordinates of a rectangle
12 * @author Emmanuel Pietriga
13 */
14
15 class ProjRoundRect extends ProjRectangle {
16
17 /**arc width and height in camera space*/
18 int aw,ah;
19
20 }