We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › getCurveTangent from Geomerative
Page Index Toggle Pages: 1
getCurveTangent from Geomerative (Read 593 times)
getCurveTangent from Geomerative
Jul 12th, 2009, 4:45pm
 
Hello, im trying to use the getCurveTangent function and the getCurveTangents function without luck , i cannot make it work , and in the reference file from ther library there isnt any example, Do anybody have any idea of how these functions works?


any idea would be aprreciated

thanks

seb
Re: getCurveTangent from Geomerative
Reply #1 - Jul 15th, 2009, 1:51am
 
In the new Geomerative found here:
http://www.ricardmarxer.com/geomerative

The methods for getting tangents are:
Code:
RPoint getTangent(float adv)
RPoint[] getTangents()


Hope it helps
Page Index Toggle Pages: 1