> Hi,
> I need to solve these problems :
> 1) to determine if a 3D point is in or out a polygon (in 3D)
> 2) draw x,y,z cartesian ases and point, curves or segments in 3D in a
> canvas.
> Do you know a class to do it ?
A single class to do those two only marginally related tasks? I don't
know of any such class, but there is an API (i.e. a collection of classes)
available called Java3D which may help you solve your problems:
https://java3d.dev.java.net/
- Oliver
Flex - 30 Apr 2006 23:56 GMT
Il Fri, 28 Apr 2006 19:10:03 +0000, Oliver Wong ha scritto:
> A single class to do those two only marginally related tasks? I don't
> know of any such class, but there is an API (i.e. a collection of classes)
> available called Java3D which may help you solve your problems:
>
> https://java3d.dev.java.net/
Yes, I know, but I think that it's too complex for my goal.
But now I will use it, I have no choose.
____
FleX
Edmond Dantes - 03 May 2006 09:32 GMT
> Il Fri, 28 Apr 2006 19:10:03 +0000, Oliver Wong ha scritto:
>
[quoted text clipped - 9 lines]
> ____
> FleX
You can always roll your own, you know. And there are many good books on the
mathematics of 3D graphics. Fun stuff.

Signature
-- Edmond Dantes
Shameless plugs:
http://www.stateyourplace.com
http://www.blackgirlstuff.com
http://www.WhatDoYouHungerFor.com
http://www.whiteboystuff.com
http://www.GiftsOrCollectables.com
Flex - 03 May 2006 16:29 GMT
Il Wed, 03 May 2006 04:32:43 -0400, Edmond Dantes ha scritto:
> You can always roll your own, you know. And there are many good books on the
> mathematics of 3D graphics. Fun stuff.
Know I use Java3D, it's not easy,but it's a great package !!!!
It's a sine that it hasn't a method for to know if a point is in or out a
3DPolygon as contains() in Polygon.
_
FleX