![]() |
Language Reference » Misc functions » getLength
|
|
Latest updates
Toolbox
Google AdSense
|
getLength- Determine the length of a line This function returns the length in pixel between two specified points. It is used internally for some trigonometric computing. Calling this function
getLength($X1,$Y1,$X2,$Y2);Where : X1,Y1 is the start coordinate of the line.
X2,Y2 is the end coordinate of the line. ![]() Sample script /* Return the angle made by this line and the horizontal axis */ echo $myPicture->getLength(10,10,200,200); This will print 268.
© Copyrights
Components used on this web site : Famfamfam icons has been made by Mark James, Rounded corners lite has been coded by Cameron Cooke and Tim Hutchison, SyntaxHighlighter has
been written by Alex Gorbatchev. pChart and this web site have been created by Jean-Damien POGOLOTTI. This documentation contains 185 pages and 56 comments. 415 users have registered.
This page has been rendered in 0,02 seconds. Wiki revision 1.37.
|