- To: idvdevelopers@xxxxxxxxxxxxxxxx
- Subject: Making a new filled symbol of > 4 vertices
- From: Stuart Wier <wier@xxxxxxxxxx>
- Date: Wed, 11 May 2005 11:28:43 -0600
For a java package to extend the IDV I wish to make a subclass of MetSymbol that draws a
symbol in the z=0 plane that is filled and has more than 4 vertices. The existing IDV
code shows how to make symbols of (unfilled) lines using VisADLineArray, and filled
symbols of of 3 and 4 vertices that using VisADTriangleArray and VisADQuadArray, and
specifing the normals to each edge. See for example ucar.visad.ShapeUtility.java. How
are filled symbols of N>4 vertices coded?
Stuart Wier
- Follow-Ups:
- Re: Making a new filled symbol of > 4 vertices
- From: Jeff McWhirter
- Re: Making a new filled symbol of > 4 vertices