|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector | |
org.eclipse.birt.chart.computation | This is a placeholder file for the org.eclipse.birt.chart.computation package. |
org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.impl | 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 Vector | |
Vector |
Object3D.getNormal()
returns the normal vector (pointing outside the enclosed volume for oriented polygons.) |
Vector |
Object3D.getCenter()
Returns center of gravity of polygon |
Vector |
Object3D.getZMaxPoint()
|
Vector |
Object3D.getZMinPoint()
|
Vector[] |
Object3D.getVectors()
Returns vectors in model frame for this object |
Vector[] |
Object3D.getViewerVectors()
Returns vectors in viewer frame for this object |
Vector |
Vector.getAdd(Vector v)
|
Vector |
Vector.getSub(Vector v)
|
Vector |
Vector.crossProduct(Vector v)
|
Vector |
Vector.getMultiply(Matrix m)
|
Vector |
Vector.getNormalized()
|
Methods in org.eclipse.birt.chart.computation with parameters of type Vector | |
void |
Engine3D.translate(Vector v)
Translates the view frame. |
byte |
Engine3D.checkClipping(Vector start,
Vector end)
Clipping the lines according to viewing volumn. |
void |
Vector.add(Vector v)
|
Vector |
Vector.getAdd(Vector v)
|
void |
Vector.sub(Vector v)
|
Vector |
Vector.getSub(Vector v)
|
Vector |
Vector.crossProduct(Vector v)
|
double |
Vector.scalarProduct(Vector v)
|
double |
Vector.cosineValue(Vector v)
|
boolean |
Vector.equals(Vector other)
|
Constructors in org.eclipse.birt.chart.computation with parameters of type Vector | |
Engine3D(Rotation3D rotation,
Vector lightDirection,
double viewerWidth,
double viewerHeight,
double viewingDistance,
double modelingDistance,
double hitherDistance,
double yonDistance,
double perspectiveDistance)
|
|
Engine3D(Rotation3D rotation,
Vector lightDirection,
double viewerWidth,
double viewerHeight)
|
|
Vector(Vector v)
|
Uses of Vector in org.eclipse.birt.chart.model.attribute |
Methods in org.eclipse.birt.chart.model.attribute with parameters of type Vector | |
void |
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 | |
void |
Location3DImpl.linkToVector(Vector vector)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |