Home » U++ Library support » U++ SQL » SQLCommander, MySQL and other questions...[NEEDS SPLITTING...]
Re: Couple of questions [message #101 is a reply to message #32] |
Thu, 24 November 2005 11:54   |
rylek
Messages: 79 Registered: November 2005
|
Member |
|
|
To use SQLCommander with MySQL, you must select the appropriate main package configuration. To build against the mysqlclient library, it is necessary to use MT mode.
As concerns Geom, this is more or less a randomly selected collection of routines I needed over the years to implement analytic and computational geometry, mostly 2D and a little 3D stuff. For instance:
*) a bunch of simple analytic geometry functions over Pointf & Rectf (vector length, rotation around a given point, point on quadratic Bezier curve, polar-carthesian system conversion, vector product, dot product, rectangle diagonal)
*) 3x2 Matrixf object used for 2D affine transforms
*) distance calculations (point from line, point from circular arc, point from circle)
*) rectangular crossing calculations for line, circle, circular arc
*) polygon intersection check
*) line clipping
*) polygon splitting algorithm. This routine converts a potentially complex polygon with holes into a series of simple polygons without holes which can be easily rasterized or drawn.
*) linear matrix solver using Gauss elimination with full pivotage
*) a simple (quadratic time) Delaunay triangulation generator (volunteers are very welcome to implement a linear-logarithmic algorithm)
*) Pointf3, Plane3, Matrix3 and Box3 are used to implement simple 3D analytic geometry routines. A Camera object can be used to calculate projective projection matrix based on intuitive parameters (camera location, viewing direction, up direction, viewing angle). A simple OpenGL example (examples/OpenGL) demonstrates the use of Camera in the context of a very simple 3D terrain viewer application.
Regards
Tomas
[Updated on: Thu, 24 November 2005 11:57] Report message to a moderator
|
|
|
 |
|
SQLCommander, MySQL and other questions...[NEEDS SPLITTING...]
By: pivica on Mon, 21 November 2005 20:54
|
 |
|
Re: Couple of questions
By: mirek on Mon, 21 November 2005 21:45
|
 |
|
Re: Couple of questions
By: pivica on Mon, 21 November 2005 23:09
|
 |
|
Re: Couple of questions
By: mirek on Mon, 21 November 2005 23:50
|
 |
|
Re: Couple of questions
By: rylek on Thu, 24 November 2005 11:54
|
 |
|
Re: Couple of questions
By: pivica on Thu, 24 November 2005 17:42
|
 |
|
Re: Couple of questions
By: rylek on Fri, 25 November 2005 10:53
|
 |
|
Re: Couple of questions
By: pivica on Fri, 25 November 2005 17:05
|
 |
|
Re: Couple of questions and PLOTTING
By: amea on Mon, 05 December 2005 14:22
|
 |
|
Re: Couple of questions and PLOTTING
By: fudadmin on Mon, 05 December 2005 15:02
|
 |
|
Re: Couple of questions and PLOTTING
By: amea on Mon, 05 December 2005 23:30
|
 |
|
Re: Couple of questions and PLOTTING
By: fudadmin on Thu, 08 December 2005 02:34
|
Goto Forum:
Current Time: Sun Aug 24 06:49:26 CEST 2025
Total time taken to generate the page: 0.06570 seconds
|