|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Vector3d in org.scilab.forge.scirenderer |
|---|
| Methods in org.scilab.forge.scirenderer with parameters of type Vector3d | |
|---|---|
void |
DrawingTools.draw(Sprite sprite,
SpriteAnchorPosition anchor,
Vector3d position)
Draw the given sprite at given position. |
void |
DrawingTools.draw(Sprite sprite,
SpriteAnchorPosition anchor,
Vector3d position,
double rotationAngle)
Draw the given sprite at given position with the given rotation angle. |
| Uses of Vector3d in org.scilab.forge.scirenderer.implementation.jogl |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Vector3d | |
|---|---|
void |
JoGLDrawingTools.draw(Sprite sprite,
SpriteAnchorPosition anchor,
Vector3d position)
|
void |
JoGLDrawingTools.draw(Sprite sprite,
SpriteAnchorPosition anchor,
Vector3d position,
double rotationAngle)
|
| Uses of Vector3d in org.scilab.forge.scirenderer.implementation.jogl.lightning |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.jogl.lightning that return Vector3d | |
|---|---|
Vector3d |
JoGLLight.getPosition()
|
Vector3d |
JoGLLight.getSpotDirection()
|
| Methods in org.scilab.forge.scirenderer.implementation.jogl.lightning with parameters of type Vector3d | |
|---|---|
void |
JoGLLight.setPosition(Vector3d position)
|
void |
JoGLLight.setSpotDirection(Vector3d spotDirection)
|
| Uses of Vector3d in org.scilab.forge.scirenderer.implementation.jogl.picking |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.jogl.picking that return Vector3d | |
|---|---|
Vector3d |
JoGLPickingTools.getUnderlyingPoint(java.awt.Point windowPosition)
|
| Uses of Vector3d in org.scilab.forge.scirenderer.implementation.jogl.sprite |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.jogl.sprite with parameters of type Vector3d | |
|---|---|
void |
JoGLSpriteManager.draw(JoGLDrawingTools drawingTools,
Sprite sprite,
SpriteAnchorPosition anchor,
Vector3d position)
Perform the sprite drawing. |
void |
JoGLSpriteManager.draw(JoGLDrawingTools drawingTools,
Sprite sprite,
SpriteAnchorPosition anchor,
Vector3d position,
double rotationAngle)
Perform the sprite drawing. |
| Uses of Vector3d in org.scilab.forge.scirenderer.lightning |
|---|
| Methods in org.scilab.forge.scirenderer.lightning that return Vector3d | |
|---|---|
Vector3d |
Light.getPosition()
Return the light position. |
Vector3d |
Light.getSpotDirection()
Return the spot direction. |
| Methods in org.scilab.forge.scirenderer.lightning with parameters of type Vector3d | |
|---|---|
void |
Light.setPosition(Vector3d position)
Set the light position. |
void |
Light.setSpotDirection(Vector3d spotDirection)
Set the spot direction. |
| Uses of Vector3d in org.scilab.forge.scirenderer.picking |
|---|
| Methods in org.scilab.forge.scirenderer.picking that return Vector3d | |
|---|---|
Vector3d |
PickingTools.getUnderlyingPoint(java.awt.Point windowPosition)
Return the scene coordinate of the pixel under the given windows position. |
| Uses of Vector3d in org.scilab.forge.scirenderer.ruler |
|---|
| Fields in org.scilab.forge.scirenderer.ruler declared as Vector3d | |
|---|---|
static Vector3d |
RulerModel.DEFAULT_FIRST_POINT
Default first point position. |
static Vector3d |
RulerModel.DEFAULT_SECOND_POINT
Default second point position. |
static Vector3d |
RulerModel.DEFAULT_TICKS_DIRECTION
Default ticks direction. |
| Methods in org.scilab.forge.scirenderer.ruler that return Vector3d | |
|---|---|
Vector3d |
RulerModel.getFirstPoint()
First point getter. |
Vector3d |
DefaultRulerModel.getFirstPoint()
|
Vector3d |
RulerDrawingResult.getNormalizedTicksDirection()
Normalized projected ticks direction getter. |
Vector3d |
RulerModel.getPosition(double value)
Return the position corresponding to the given value. |
Vector3d |
DefaultRulerModel.getPosition(double value)
|
Vector3d |
RulerModel.getSecondPoint()
Second point getter. |
Vector3d |
DefaultRulerModel.getSecondPoint()
|
Vector3d |
RulerModel.getTicksDirection()
Ticks direction getter. |
Vector3d |
DefaultRulerModel.getTicksDirection()
|
| Methods in org.scilab.forge.scirenderer.ruler with parameters of type Vector3d | |
|---|---|
void |
DefaultRulerModel.setFirstPoint(Vector3d firstPoint)
|
void |
DefaultRulerModel.setPoints(Vector3d firstPoint,
Vector3d secondPoint)
|
void |
DefaultRulerModel.setSecondPoint(Vector3d secondPoint)
|
void |
DefaultRulerModel.setTicksDirection(Vector3d ticksDirection)
|
| Uses of Vector3d in org.scilab.forge.scirenderer.tranformations |
|---|
| Methods in org.scilab.forge.scirenderer.tranformations that return Vector3d | |
|---|---|
Vector3d |
Vector3f.asDouble()
|
Vector3d |
Rotation.conjugate(Vector3d v)
|
Vector3d |
Rotation.conjugateInverse(Vector3d v)
|
Vector3d |
Vector3d.getNormalized()
|
Vector3d |
Rotation.getVectorY()
|
Vector3d |
Vector3d.minus(Vector3d v)
|
Vector3d |
Vector3d.plus(Vector3d v)
|
static Vector3d |
Vector3d.product(Vector3d v1,
Vector3d v2)
Create a new vector cross-product of the given vectors. |
Vector3d |
Transformation.project(Vector3d vector)
Project the given vector. |
Vector3d |
Transformation.projectDirection(Vector3d direction)
Project the given direction. |
Vector3d |
Vector3d.setX(double x)
Create a new vector, copy of this one, with a new X value. |
Vector3d |
Vector3d.setY(double y)
Create a new vector, copy of this one, with a new Y value. |
Vector3d |
Vector3d.setZ(double z)
Create a new vector, copy of this one, with a new Z value. |
Vector3d |
Vector3d.times(double d)
|
Vector3d |
Transformation.unproject(Vector3d vector)
Unproject the given vector. |
| Methods in org.scilab.forge.scirenderer.tranformations with parameters of type Vector3d | |
|---|---|
Vector3d |
Rotation.conjugate(Vector3d v)
|
Vector3d |
Rotation.conjugateInverse(Vector3d v)
|
static Transformation |
TransformationFactory.getAffineTransformation(Vector3d s,
Vector3d t)
Return an affine transformation aX + b |
Vector3d |
Vector3d.minus(Vector3d v)
|
Vector3d |
Vector3d.plus(Vector3d v)
|
static Vector3d |
Vector3d.product(Vector3d v1,
Vector3d v2)
Create a new vector cross-product of the given vectors. |
Vector3d |
Transformation.project(Vector3d vector)
Project the given vector. |
Vector3d |
Transformation.projectDirection(Vector3d direction)
Project the given direction. |
double |
Vector3d.scalar(Vector3d v)
|
Vector3d |
Transformation.unproject(Vector3d vector)
Unproject the given vector. |
| Constructors in org.scilab.forge.scirenderer.tranformations with parameters of type Vector3d | |
|---|---|
Rotation(double alpha,
Vector3d v)
The created object represent a rotation of an angle of 'alpha' radians along the vector 'v'. |
|
Vector3d(Vector3d v)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||