|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.tutorial.util.polygon.SubdividerDemo
public class SubdividerDemo
Constructor Summary | |
---|---|
SubdividerDemo()
|
Method Summary | |
---|---|
static double[][] |
circle(int n,
double r)
Create a sequence of points, on a circle in the xy-plane. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubdividerDemo()
Method Detail |
---|
public static double[][] circle(int n, double r)
n
- number of pointsr
- the radius
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |