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.
IndexProcessing DevelopmentLibraries,  Tool Development › Loc, the model of vector,matrix,equations
Page Index Toggle Pages: 1
Loc, the model of vector,matrix,equations (Read 1169 times)
Loc, the model of vector,matrix,equations
Jun 15th, 2008, 9:01am
 
new stuff in the package Loc, was a supporter of Wrj4P5.
 https://sourceforge.jp/projects/wrj4p5

new stuffs of Loc(beta-003) are
* Vfunc : the model of Vector functions, having root finder, extreme finder, parameter estimator.
* EqSys : the model of multi-valued nonlinear equation system, having solver
* Mat : the model of Matrix, with the linear equations solver (LUdecomp)
* Vec : the model of Vector, with the polynomial equation solver(DKA)

test pde with result (without drawings, text out only) is
http://www.geocities.jp/classiclll_newweb/Tutrial/LocTest/index.html
* intended for easy-to-use, not for efficiency, numerical accuracy, nor robustness.
* this lib is independent from PApplet. so you can use it in a project out of the processing.

Any feedback is appreciated.

(and  New functionality in Wrj4P5)
* changeable IR-sensitivity
* stablePitch/Roll calculator in rimokon and nunchaku
Re: Loc, the model of vector,matrix,equations
Reply #1 - Aug 7th, 2008, 12:34pm
 
1. Loc beta-004 - new 3D staffs
* Rod  : the model of 3D line with geometric calculations.
* Tag   : the model of 3D  plane with geometric calculations.
* Ship  : the model of 3D space with geometric calculations. (intermediate)

2. new package "l4P5 beta-001" - static methods collection
* draw a instance of Loc's 3D staffs for Processing
* draw some texture mapped 3D primitives

test applet for class Rod is http://www.geocities.jp/classiclll_newweb/RodTest/applet/index.html

documents are on wiki pages of http://sourceforge.jp/projects/wrj4p5

Any feedback is appreciated.
Page Index Toggle Pages: 1