comp.graphics.algorithms
Subject: 3D points and curves into a canvas
I had to display some points and some curves in 3D in a canvas, and I'd
like to write some method to do it as (4 example)
drawPoints(x,y,z) than it returns (x,y) to draw it in a canvas
or
drawSegment(x1,y1,z1,x2,y2,z2) than returns (x1,y) (x2,y2) .
I hope to find them in a Java class , but I'm not able to find them, and I
decide to create them.
FleX
Reply
View All Messages in comp.graphics.algorithms
path:
Replies:
Copyright © 2006 WatermarkFactory.com. All Rights Reserved.


