linea21-externals
[
class tree: linea21-externals
] [
index: linea21-externals
] [
all elements
]
changeLog
Readme.fr.txt
Packages:
linea21-core
linea21-externals
linea21-languages
linea21-modules
linea21-utils
Files:
subpackage
Absynthe-files
class.afiles.php
subpackage
artichow
AntiSpam.class.php
AntiSpam.class.php
AntiSpam.class.php
Artichow.cfg.php
Axis.class.php
Axis.class.php
BarDepth.php
BarPlot.class.php
BarPlot.class.php
BarPlot.class.php
Border.class.php
Border.class.php
Color.class.php
Color.class.php
common.php
common.php
Component.class.php
Component.class.php
Driver.class.php
Driver.class.php
Font.class.php
Font.class.php
gd.class.php
gd.class.php
Gradient.class.php
Gradient.class.php
Graph.class.php
Graph.class.php
Graph.class.php
Grid.class.php
Grid.class.php
Image.class.php
Image.class.php
Image.class.php
Label.class.php
Label.class.php
Legend.class.php
Legend.class.php
LightLine.php
LinePlot.class.php
LinePlot.class.php
LinePlot.class.php
Mark.class.php
Mark.class.php
Math.class.php
Math.class.php
MathPlot.class.php
MathPlot.class.php
MathPlot.class.php
ming.class.php
ming.class.php
Pattern.class.php
Pattern.class.php
Pattern.class.php
Pie.class.php
Pie.class.php
Pie.class.php
Plot.class.php
Plot.class.php
ScatterPlot.class.php
ScatterPlot.class.php
ScatterPlot.class.php
Shadow.class.php
Shadow.class.php
Text.class.php
Text.class.php
Tick.class.php
Tick.class.php
Tools.class.php
Tools.class.php
subpackage
com-tecnick-tcpdf
BarcodeObject
BarcodeObject
BarcodeObject
BarcodeObject
BarcodeObject
BarcodeObject
BarcodeObject
eng.php
tcpdf.php
tcpdf_config.php
vera.php
subpackage
PHPMailer
class.phpmailer.php
class.smtp.php
Interfaces:
artichow
awLegendable
awPositionable
Classes:
artichow
awAntiSpam
awAxis
awBarPlot
awBilinearGradient
awBorder
awColor
awComponentGroup
awDriver
awFileFont
awFileFontDriver
awFileImage
awFont
awFontDriver
awGDDriver
awGDGradientDriver
awGradient
awGraph
awGrid
awImage
awLabel
awLegend
awLine
awLinearGradient
awLinePlot
awMark
awMathFunction
awMathPlot
awMingDriver
awPattern
awPHPFont
awPHPFontDriver
awPie
awPiePart
awPlot
awPlotGroup
awPoint
awPolygon
awRadialGradient
awScatterPlot
awShadow
awSide
awSimpleLinePlot
awText
awTick
awTTFFont
awVector
BarDepthPattern
LightLinePattern
com-tecnick-tcpdf
BarcodeObject
C39Object
C128AObject
C128BObject
C128CObject
I25Object
TCPDF
Absynthe-files
afiles
PHPMailer
PHPMailer
SMTP
system
idd_pdf
Class: awVector
Source Location: /class/system/artichow/php4/inc/Math.class.php
Class Overview
awShape
| --
awLine
| --awVector
A vector is a type of line The sense of the vector goes from $p1 to $p2.
Methods
getAngle
Inherited Variables
Class:
awLine
awLine::$origin
awLine::$p1
awLine::$p2
awLine::$slope
Class:
awShape
awShape::$hide
awShape::$style
awShape::$thickness
Inherited Methods
Class:
awLine
awLine::awLine()
Build a new awline
awLine::build()
Build a line from 4 coords
awLine::calculateEquation()
Calculate the slope and y-intercept value of the line
awLine::calculateOrigin()
Calculate the y-intercept value of the line
awLine::calculateSlope()
Calculate the line slope
awLine::getEquation()
Get the line equation
awLine::getLocation()
Get line location
awLine::getOrigin()
Get the line y-intercept value
awLine::getSize()
Get the line size
awLine::getSlope()
Get the line slope value
awLine::getXFrom()
Return the x coordinate of a point on the line given its y coordinate.
awLine::getYFrom()
Return the y coordinate of a point on the line given its x coordinate.
awLine::isHorizontal()
Test if the line is an horizontal line
awLine::isLeftToRight()
Returns TRUE if the line is going all the way from the left side to the right side of the polygon surrounding box.
awLine::isOnBoxBottomSide()
awLine::isOnBoxLeftSide()
awLine::isOnBoxRightSide()
awLine::isOnBoxTopSide()
awLine::isPoint()
Test if the line can be considered as a point
awLine::isTopToBottom()
Returns TRUE if the line is going all the way from the top to the bottom of the polygon surrounding box.
awLine::isVertical()
Test if the line is a vertical line
awLine::setLocation()
Change line location
awLine::setX()
Change X values of the line
awLine::setY()
Change Y values of the line
Class:
awShape
awShape::getStyle()
Return shape style
awShape::getThickness()
Return shape thickness
awShape::hide()
Hide the shape
awShape::isHidden()
Is the line hidden ?
awShape::setStyle()
Change shape style
awShape::setThickness()
Change shape thickness
awShape::show()
Show the shape
Class Details
[line
665
]
A vector is a type of line The sense of the vector goes from $p1 to $p2.
[
Top
]
Class Methods
method getAngle
[line
672
]
float getAngle( )
Get vector angle in radians
[
Top
]
Documentation generated on Sat, 08 Nov 2008 14:53:11 +0100 by
phpDocumentor 1.4.1