Uses of Class
org.scilab.forge.scirenderer.tranformations.Vector3d
-
-
Uses of Vector3d in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type Vector3d Modifier and Type Method Description voidDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position)Draw the given texture at given position.voidDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle)Draw the given texture at given position with the given rotation angle. -
Uses of Vector3d in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type Vector3d Modifier and Type Method Description voidG2DDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position)voidG2DDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) -
Uses of Vector3d in org.scilab.forge.scirenderer.implementation.g2d.motor
Fields in org.scilab.forge.scirenderer.implementation.g2d.motor declared as Vector3d Modifier and Type Field Description protected Vector3dAbstractDrawable3DObject. normalprotected Vector3dAbstractDrawable3DObject. v0protected Vector3dAbstractDrawable3DObject. v0v1protected Vector3dAbstractDrawable3DObject. v1protected Vector3d[]AbstractDrawable3DObject. verticesMethods in org.scilab.forge.scirenderer.implementation.g2d.motor that return Vector3d Modifier and Type Method Description Vector3dAbstractDrawable3DObject. getNormal()Get the normal vector.Vector3dAbstractDrawable3DObject. getProvidedNormal()Get the normal vector.Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type Vector3d Modifier and Type Method Description java.util.List<Segment>Segment. breakObject(Vector3d p, Vector3d u, Vector3d n)protected static java.util.List<ConvexObject>Triangle. breakTriangleOnLine(Triangle t, Vector3d p, Vector3d n)Break a triangle according to its intersection with a line containing p in the plane of the triangle and orthogonal to n The triangle and the line are supposed to be coplanar.protected intConvexObject. check(ConvexObject o, Vector3d v)Check the intersection this and o against vector v.voidMotor3D. draw(DrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle)static doubleSegment. getLength(Vector3d[] vertices)intAbstractDrawable3DObject. isBehind(Vector3d v, double a)static booleanAbstractDrawable3DObject. isBehind(Vector3d M, Vector3d v, double a)static booleanAbstractDrawable3DObject. isNanOrInf(Vector3d v)protected booleanTriangle. isPointInside(Vector3d v)protected booleanTriangle. isPointInside(Vector3d v, boolean checkCoplanarity)protected static double[]AbstractDrawable3DObject. minmax3D(AbstractDrawable3DObject o, Vector3d v)Get min-max of the projections of the vertices of o on vbooleanTriangle. pointOnVertices(Vector3d p)Constructors in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type Vector3d Constructor Description AbstractDrawable3DObject(Vector3d[] vertices, java.awt.Color[] colors)Default constructorConvexObject(Vector3d[] vertices, java.awt.Color[] colors)Default constructorSegment(Vector3d[] vertices, java.awt.Color[] colors)Segment(Vector3d[] vertices, java.awt.Color[] colors, java.awt.Stroke stroke)SpritedRectangle(Vector3d vertex, Texture sprite, AnchorPosition anchor, G2DTextureDrawingTools drawingTools, double rotationAngle)SpritedRectangle(Vector3d vertex, Transformation transf, java.awt.image.BufferedImage image, Texture.Filter filter)Triangle(Vector3d[] vertices, java.awt.Color[] colors)Triangle(Vector3d[] vertices, java.awt.Color[] colors, Vector3d normal)Triangle(Vector3d[] vertices, Vector3d[] textureCoords, java.awt.image.BufferedImage image, Texture.Filter filter) -
Uses of Vector3d in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Vector3d Modifier and Type Method Description voidJoGLDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position)voidJoGLDrawingTools. draw(Texture texture, AnchorPosition 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 Modifier and Type Method Description Vector3dJoGLLight. getPosition()Vector3dJoGLLight. getSpotDirection()Methods in org.scilab.forge.scirenderer.implementation.jogl.lightning with parameters of type Vector3d Modifier and Type Method Description voidJoGLLight. setPosition(Vector3d position)voidJoGLLight. 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 Modifier and Type Method Description Vector3dJoGLPickingTools. getUnderlyingPoint(java.awt.Point windowPosition) -
Uses of Vector3d in org.scilab.forge.scirenderer.implementation.jogl.texture
Methods in org.scilab.forge.scirenderer.implementation.jogl.texture with parameters of type Vector3d Modifier and Type Method Description voidJoGLTextureManager. draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle)voidJoGLTextureManager.JoGLTexture. draw(JoGLDrawingTools drawingTools, AnchorPosition anchor, Vector3d position, double rotationAngle) -
Uses of Vector3d in org.scilab.forge.scirenderer.lightning
Methods in org.scilab.forge.scirenderer.lightning that return Vector3d Modifier and Type Method Description Vector3dLight. getPosition()Return the light position.Vector3dLight. getSpotDirection()Return the spot direction.Methods in org.scilab.forge.scirenderer.lightning with parameters of type Vector3d Modifier and Type Method Description voidLight. setPosition(Vector3d position)Set the light position.voidLight. 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 Modifier and Type Method Description Vector3dPickingTools. 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 Modifier and Type Field Description static Vector3dRulerModel. DEFAULT_FIRST_POINTDefault first point position.static Vector3dRulerModel. DEFAULT_SECOND_POINTDefault second point position.static Vector3dRulerModel. DEFAULT_TICKS_DIRECTIONDefault ticks direction.Methods in org.scilab.forge.scirenderer.ruler that return Vector3d Modifier and Type Method Description Vector3dDefaultRulerModel. getFirstPoint()Vector3dRulerModel. getFirstPoint()First point getter.Vector3dRulerDrawingResult. getNormalizedTicksDirection()Normalized projected ticks direction getter.Vector3dDefaultRulerModel. getPosition(double value)Vector3dRulerModel. getPosition(double value)Return the position corresponding to the given value.Vector3dDefaultRulerModel. getSecondPoint()Vector3dRulerModel. getSecondPoint()Second point getter.Vector3dDefaultRulerModel. getTicksDirection()Vector3dRulerModel. getTicksDirection()Ticks direction getter.Methods in org.scilab.forge.scirenderer.ruler with parameters of type Vector3d Modifier and Type Method Description voidDefaultRulerModel. setFirstPoint(Vector3d firstPoint)First point setter.voidDefaultRulerModel. setPoints(Vector3d firstPoint, Vector3d secondPoint)Point setter.voidDefaultRulerModel. setSecondPoint(Vector3d secondPoint)Second point setter.voidDefaultRulerModel. setTicksDirection(Vector3d ticksDirection)Ticks direction setter. -
Uses of Vector3d in org.scilab.forge.scirenderer.tranformations
Methods in org.scilab.forge.scirenderer.tranformations that return Vector3d Modifier and Type Method Description Vector3dVector3f. asDouble()Vector3dRotation. conjugate(Vector3d v)Vector3dRotation. conjugateInverse(Vector3d v)static Vector3dVector3d. getBarycenter(Vector3d v0, Vector3d v1, double w0, double w1)Vector3dVector3d. getNormalized()Vector3dRotation. getVectorY()Vector3dVector3d. minus(Vector3d v)Vector3dVector3d. plus(Vector3d v)static Vector3dVector3d. product(Vector3d v1, Vector3d v2)Create a new vector cross-product of the given vectors.Vector3dTransformation. project(Vector3d vector)Project the given vector.Vector3dTransformation. projectDirection(Vector3d direction)Project the given direction.Vector3dVector3d. setX(double x)Create a new vector, copy of this one, with a new X value.Vector3dVector3d. setY(double y)Create a new vector, copy of this one, with a new Y value.Vector3dVector3d. setZ(double z)Create a new vector, copy of this one, with a new Z value.Vector3dVector3d. times(double d)Vector3dTransformation. unproject(Vector3d vector)Unproject the given vector.Methods in org.scilab.forge.scirenderer.tranformations with parameters of type Vector3d Modifier and Type Method Description Vector3dRotation. conjugate(Vector3d v)Vector3dRotation. conjugateInverse(Vector3d v)static doubleVector3d. det(Vector3d v0, Vector3d v1, Vector3d v2)static TransformationTransformationFactory. getAffineTransformation(Vector3d s, Vector3d t)Return an affine transformation aX + bstatic Vector3dVector3d. getBarycenter(Vector3d v0, Vector3d v1, double w0, double w1)static RotationRotation. getDegreeRotation(double alpha, Vector3d v)Get a rotation from an angle alpha given in degree and an axis vVector3dVector3d. minus(Vector3d v)Vector3dVector3d. plus(Vector3d v)static Vector3dVector3d. product(Vector3d v1, Vector3d v2)Create a new vector cross-product of the given vectors.Vector3dTransformation. project(Vector3d vector)Project the given vector.Vector3dTransformation. projectDirection(Vector3d direction)Project the given direction.doubleVector3d. scalar(Vector3d v)Vector3dTransformation. unproject(Vector3d vector)Unproject the given vector.Constructors in org.scilab.forge.scirenderer.tranformations with parameters of type Vector3d Constructor Description Rotation(double alpha, Vector3d v)The created object represent a rotation of an angle of 'alpha' radians along the vector 'v'.Vector3d(Vector3d v)
-