Hello !

I was wondering if away3d had some functions to get :

The Length of 2 3DPoints.
The Angle of 2 3DPoints.
The Center of 2 3DPoints.

by 2 3DPoints i mean something like :
pointA = (0, 20, 16);
pointB = (18, 26, 0);
getLength(pointA, pointB);
getAngle(pointA, pointB);
getCenter(pointA, pointB);

Basically, i know how to get all theses values in a 2D space, but it
must be more complicated in 3D environment.

Thank you for your help !

By the way, should i mention that away3D rocks ?

Reply via email to