Uses of Class
org.eclipse.birt.chart.computation.Vector
Packages that use Vector
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
-
Uses of Vector in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return VectorModifier and TypeMethodDescriptionVector.crossProduct
(Vector v) Object3D.getCenter()
Returns center of gravity of polygonVector.getMultiply
(org.eclipse.birt.chart.internal.computations.Matrix m) Object3D.getNormal()
returns the normal vector (pointing outside the enclosed volume for oriented polygons.)Vector.getNormalized()
static Vector
Object3D.getPlaneNormal
(Vector pt0, Vector pt1, Vector pt2) return the normal (orientation) vector of the plane determined by points pt0, pt1 and pt2Vector[]
Object3D.getVectors()
Returns vectors in model frame for this objectVector[]
Object3D.getViewerVectors()
Returns vectors in viewer frame for this objectEngine3D.getViewReferencePoint()
Object3D.getZMaxPoint()
Object3D.getZMinPoint()
Methods in org.eclipse.birt.chart.computation with parameters of type VectorModifier and TypeMethodDescriptionvoid
byte
Engine3D.checkClipping
(Vector start, Vector end) Clipping the lines according to viewing volumn.double
Vector.cosineValue
(Vector v) Vector.crossProduct
(Vector v) static Vector
Object3D.getPlaneNormal
(Vector pt0, Vector pt1, Vector pt2) return the normal (orientation) vector of the plane determined by points pt0, pt1 and pt2boolean
double
Vector.scalarProduct
(Vector v) void
void
Translates the view frame.Constructors in org.eclipse.birt.chart.computation with parameters of type VectorModifierConstructorDescriptionEngine3D
(Rotation3D rotation, Vector lightDirection, double viewerWidth, double viewerHeight) Engine3D
(Rotation3D rotation, Vector lightDirection, double viewerWidth, double viewerHeight, double viewingDistance, double modelingDistance, double hitherDistance, double yonDistance, double perspectiveDistance) -
Uses of Vector in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute with parameters of type VectorModifier and TypeMethodDescriptionvoid
Location3D.linkToVector
(Vector vector) Used to link a Location3D to a Vector for live update of the coordinates. -
Uses of Vector in org.eclipse.birt.chart.model.attribute.impl
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Vector