Uses of Class
com.openinventor.inventor.SbVec2f
-
-
Uses of SbVec2f in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SbVec2f Modifier and Type Method Description SbVec2f
SoVectorizeAction. getDrawingDimensions()
Calls getDrawingDimensions(SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).SbVec2f
SoVectorizeAction. getDrawingDimensions(SoVectorizeAction.DimensionUnits u)
Returns the dimensions of the drawing on the sheet of paper.SbVec2f
SoVectorizeAction. getStartPosition()
Calls getStartPosition(SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).SbVec2f
SoVectorizeAction. getStartPosition(SoVectorizeAction.DimensionUnits u)
Returns the start position of the drawing on the sheet of paper.Methods in com.openinventor.hardcopy with parameters of type SbVec2f Modifier and Type Method Description void
SoVectorizeAction. beginPage(SbVec2f startPagePosition, SbVec2f pageSize)
Calls beginPage(startPagePosition, pageSize, SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).void
SoVectorizeAction. beginPage(SbVec2f startPagePosition, SbVec2f pageSize, SoVectorizeAction.DimensionUnits u)
Begin a new page.void
SoVectorizeAction. setDrawingDimensions(SbVec2f d)
Calls setDrawingDimensions(d, SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).void
SoVectorizeAction. setDrawingDimensions(SbVec2f d, SoVectorizeAction.DimensionUnits u)
Sets the dimensions of the drawing on the sheet of paper.void
SoVectorizeAction. setStartPosition(SbVec2f p)
Calls setStartPosition(p, SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).void
SoVectorizeAction. setStartPosition(SbVec2f p, SoVectorizeAction.DimensionUnits u)
Sets the start position of the drawing on the sheet of paper. -
Uses of SbVec2f in com.openinventor.imageviz.engines.edgedetection.edgemarking
Methods in com.openinventor.imageviz.engines.edgedetection.edgemarking that return SbVec2f Modifier and Type Method Description SbVec2f
SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail. getThresholds()
-
Uses of SbVec2f in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec2f Modifier and Type Method Description SbVec2f
SbBox2f. getCenter()
Returns the center of the box.SbVec2f
SbBox2f. getClosestPoint(SbVec2f point)
Returns the closest point on the box to the given point.SbVec2f
SbBox2f. getMax()
Returns the maximum point of the box.SbVec2f
SbBox2f. getMin()
Returns the minimum point of the box.SbVec2f[]
SbBox2f. getMinMax()
Gets the corners of the box.SbVec2f
SbViewportRegion. getViewportOrigin()
Returns viewport origin in 0..1 normalized coordinates relative to the current window size.SbVec2f
SoGetView. getViewportOrigin()
Returns SbViewportRegion origin.SbVec2f
SbViewportRegion. getViewportSize()
Returns viewport size in 0..1 normalized coordinates relative to the current window size.SbVec2f
SoGetView. getViewportSize()
Returns SbViewportRegion size.SbVec2f
SbVec2f. minus(SbVec2f v2)
Component-wise binary vector subtraction operator.SbVec2f
SbViewportRegion. normalize(SbVec2s position)
Compute the 0..1 normalized coordinates of the specified pixel position, relative to the current viewport (not window).SbVec2f
SbVec2f. over(float d)
Component-wise binary scalar division operator.SbVec2f
SbVec2f. plus(SbVec2f v2)
Component-wise binary vector addition operator.SbVec2f
SbViewVolume. projectBox(SbBox3f box)
Projects the given 3D bounding box onto the near plane and returns the size (in normalized screen coordinates) of the rectangular region that encloses it.SbVec2f
SbVec2f. setValue(float[] components)
SbVec2f
SbVec2f. setValue(float[] components, int startIndex)
SbVec2f
SbVec2f. setValue(float c0, float c1)
SbVec2f
SbVec2f. setValue(SbVec2d vec2d)
Sets value of vector from a double precision vector.SbVec2f
SbVec2f. times(float d)
Component-wise binary scalar multiplication operator.SbVec2f
SbVec2f. times(SbVec2f v)
Component-wise vector multiplication operator.static SbVec2f[]
SbVec2f. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbVec2f Modifier and Type Method Description void
SbVec2f. add(SbVec2f u)
Component-wise vector addition operator.float
SbVec2f. dot(SbVec2f v)
Returns dot (inner) product of vector and another vector.boolean
SbVec2f. equals(SbVec2f v, float tolerance)
Equality comparison within given tolerance - the square of the length of the maximum distance between the two vectors.void
SbBox2f. extendBy(SbVec2f pt)
Extends this box (if necessary) to contain the specified point.SbVec2f
SbBox2f. getClosestPoint(SbVec2f point)
Returns the closest point on the box to the given point.SbVec3f
SbViewVolume. getPlanePoint(float distFromEye, SbVec2f normPoint)
Maps a 2D point in normalized screen coordinates (0 <= x,y <= 1) to a 3D world coordinates point on the plane parallel to the near plane that is at distFromEye units from the eye.boolean
SbBox2f. intersect(SbVec2f pt)
Returns true if the specified point intersects this box.SbVec2f
SbVec2f. minus(SbVec2f v2)
Component-wise binary vector subtraction operator.void
SbVec2f. multiply(SbVec2f v)
Component-wise vector multiplication operator.SbVec2f
SbVec2f. plus(SbVec2f v2)
Component-wise binary vector addition operator.SbLine
SbViewVolume. projectPointToLine(SbVec2f pt)
Maps a 2D point (in 0 <= x,y <= 1) to a 3D line.void
SbBox2f. setBounds(SbVec2f _min, SbVec2f _max)
Sets the corners of the box.SbVec2d
SbVec2d. setValue(SbVec2f vec2f)
Sets value of vector from a single precision vector.void
SbVec2f. setValue(SbVec2f copyFrom)
void
SbViewportRegion. setViewport(SbVec2f origin, SbVec2f size)
Sets viewport to given region, specified as normalized coordinates relative to the current window size, where (0,0) is the lower-left corner and (1,1) is the upper-right.void
SbVec2f. substract(SbVec2f u)
Component-wise vector subtraction operator.SbVec2f
SbVec2f. times(SbVec2f v)
Component-wise vector multiplication operator.Constructors in com.openinventor.inventor with parameters of type SbVec2f Constructor Description SbBox2f(SbVec2f _min, SbVec2f _max)
Constructor for a 2D float box.SbVec2f(SbVec2f copyFrom)
-
Uses of SbVec2f in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SbVec2f Modifier and Type Method Description SbVec2f
SoRayPickAction. getNormalizedPoint()
Gets the viewport point in normalized coordinates [0..1] (returns the last value passed tosetNormalizedPoint
).SbVec2f
SoRayPickAction. getPointFloat()
Float version ofgetPoint()
.SbVec2f
SoCallbackAction. getProfileCoordinate2(int index)
Returns the current profiles and their coordinates from the state.SbVec2f
SoCallbackAction. getTextureCoordinate2(int index)
Returns texture information from the state.SbVec2f[]
SoGLRenderAction. getUpdateArea()
Returns the current update area.Methods in com.openinventor.inventor.actions with parameters of type SbVec2f Modifier and Type Method Description void
SoRayPickAction. setNormalizedPoint(SbVec2f normPoint)
Sets the viewport point in normalized coordinates, which range from (0,0) at the lower left to (1,1) at the upper right.void
SoRayPickAction. setPoint(SbVec2f viewportPoint)
Float version ofsetPoint
.void
SoGLRenderAction. setUpdateArea(SbVec2f origin, SbVec2f size)
Sets the current update area, which is the rectangular area of the viewport region that will actually be rendered into. -
Uses of SbVec2f in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SbVec2f Modifier and Type Method Description SbVec2f
SoGLScreenDevice. getPhysicalSize()
Returns the device's physical size (in millimeters). -
Uses of SbVec2f in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SbVec2f Modifier and Type Method Description static SbVec2f[]
SoUpdateAreaElement. get(SoState state)
Returns current update area from the state.SbVec2f
SoProfileCoordinateElement. get2(int index)
Returns the indexed coordinate from an element as a 2D vector, converting if necessary.SbVec2f
SoTextureCoordinateElement. get2(int index)
Calls get2(index, (int)0).SbVec2f
SoTextureCoordinateElement. get2(int index, int unit)
Returns the indexed coordinate from an element as a 2- or 4-vector, converting if necessary.static SbVec2f
SoProfileCoordinateElement. getDefault2()
Returns the default 2D profile coordinate.static SbVec2f
SoUpdateAreaElement. getDefaultOrigin()
Returns the default update area origin.static SbVec2f
SoUpdateAreaElement. getDefaultSize()
Returns the default update area size.Methods in com.openinventor.inventor.elements with parameters of type SbVec2f Modifier and Type Method Description static void
SoDepthBufferElement. set(SoState state, boolean test, boolean write, SoDepthBufferElement.DepthWriteFunctions function, SbVec2f range)
Sets the depth buffer parameters.static void
SoDepthBufferElement. set(SoState state, SoDepthBuffer depthBuffer, boolean test, boolean write, SoDepthBufferElement.DepthWriteFunctions function, SbVec2f range)
Sets the depth buffer parameters.static void
SoUpdateAreaElement. set(SoState state, SbVec2f origin, SbVec2f size)
Sets the current update area in the state.static void
SoProfileCoordinateElement. set2(SoState state, SoNode node, SbVec2f[] coords)
Sets the current 2D profile coordinates.static void
SoTextureCoordinateElement. set2(SoState state, SoNode node, SbVec2f[] coords)
Calls set2(state, node, coords, false).static void
SoTextureCoordinateElement. set2(SoState state, SoNode node, SbVec2f[] coords, boolean frcSend)
-
Uses of SbVec2f in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SbVec2f Modifier and Type Method Description SbVec2f
SoEvent. getNormalizedPosition(SbViewportRegion vpRgn)
Gets the normalized location of the cursor when the event occurred, relative to the specified viewport region.SbVec2f
SoEvent. getPositionFloat()
Returns the window pixel location of the cursor when the event occurred as float values.SbVec2f
SoEvent. getPositionFloat(SbViewportRegion vpRgn)
Gets the viewport pixel location of the cursor when the event occurred, relative to the origin of the specified viewport region, as float values.Methods in com.openinventor.inventor.events with parameters of type SbVec2f Modifier and Type Method Description void
SoEvent. setPosition(SbVec2f p)
Float version ofsetPosition(const SbVec2s &p)
. -
Uses of SbVec2f in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbVec2f Modifier and Type Method Description SbVec2f
SoSFVec2f. getValue()
Returns this field's value.SbVec2f
SoMFVec2f. getValueAt(int i)
SbVec2f[]
SoMFVec2f. getValues(int start)
Returns a pointer into the array of values in the field, starting at index start.Methods in com.openinventor.inventor.fields with parameters of type SbVec2f Modifier and Type Method Description int
SoMFVec2f. find(SbVec2f targetValue)
Calls find(targetValue, false).int
SoMFVec2f. find(SbVec2f targetValue, boolean addIfNotFound)
Finds the given targetValue in the array and returns the index of that value.void
SoMFVec2f. set1Value(int index, SbVec2f newValue)
Sets the index'th value in the array to newValue.void
SoMFVec2i32. set1Value(int index, SbVec2f vec2f)
Sets one value from single precision vector.void
SoMFVec2s. set1Value(int index, SbVec2f vec2f)
Sets one value from single precision vector.void
SoMFVec2f. setValue(SbVec2f newValue)
Sets the first value in the array to newValue, and deletes.void
SoMFVec2i32. setValue(SbVec2f vec2f)
Sets to one value from single precision vector.void
SoMFVec2s. setValue(SbVec2f vec2f)
Sets to one value from single precision vector.void
SoSFBox2f. setValue(SbVec2f min, SbVec2f max)
Sets the box dimensions.void
SoSFVec2f. setValue(SbVec2f newValue)
Sets this field to newValue.void
SoSFVec2i32. setValue(SbVec2f vec2f)
Convenience method that allows you to specify a field value using a single precision variable.void
SoSFVec2s. setValue(SbVec2f vec2f)
Convenience method that allows you to specify a field value using a float variable.void
SoMFVec2f. setValues(int start, SbVec2f[] newValues)
Sets num values starting at index start to the values.void
SoMFVec2i32. setValues(int start, int num, SbVec2f[] vec2f)
Deprecated.As of Open Inventor 9.3.1, useSoMFVec2i32.setValues(int, com.openinventor.inventor.SbVec2f[])
instead.void
SoMFVec2i32. setValues(int start, SbVec2f[] vec2f)
Sets values from array of single precision vectors.void
SoMFVec2s. setValues(int start, int num, SbVec2f[] vec2f)
Deprecated.As of Open Inventor 9.3.1, useSoMFVec2s.setValues(int, com.openinventor.inventor.SbVec2f[])
instead.void
SoMFVec2s. setValues(int start, SbVec2f[] vec2f)
Sets values from array of single precision vectors.Constructors in com.openinventor.inventor.fields with parameters of type SbVec2f Constructor Description SoSFVec2f(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbVec2f defaultValue)
Default constructor. -
Uses of SbVec2f in com.openinventor.inventor.image
Methods in com.openinventor.inventor.image that return SbVec2f Modifier and Type Method Description SbVec2f
SoPSImageRW. getPrintSize()
Returns the print size given, specified in inches.Methods in com.openinventor.inventor.image with parameters of type SbVec2f Modifier and Type Method Description void
SoPSImageRW. setPrintSize(SbVec2f printSize)
Sets the print size for output. -
Uses of SbVec2f in com.openinventor.inventor.misc
Method parameters in com.openinventor.inventor.misc with type arguments of type SbVec2f Modifier and Type Method Description static SoShape
SbExtrusionGenerator. createFrom2DPoints(java.util.Collection<SbVec2f> pointsInCam, SbMatrix localToCam)
Calls createFrom2DPoints(pointsInCam, localToCam, new com.openinventor.inventor.SbBox3f()).static SoShape
SbExtrusionGenerator. createFrom2DPoints(java.util.Collection<SbVec2f> pointsInCam, SbMatrix camToLocal, float zMin)
Calls createFrom2DPoints(pointsInCam, camToLocal, zMin, (float)1.0f).static SoShape
SbExtrusionGenerator. createFrom2DPoints(java.util.Collection<SbVec2f> pointsInCam, SbMatrix camToLocal, float zMin, float zMax)
Create an extruded shape from points in camera space.static SoShape
SbExtrusionGenerator. createFrom2DPoints(java.util.Collection<SbVec2f> pointsInCam, SbMatrix localToCam, SbBox3f bboxInLocal)
Create an extruded shape from points in camera space.static SoShape
SbExtrusionGenerator. createFrom2DPoints(java.util.Collection<SbVec2f> pointsInCam, SoPath nodePath, SbViewVolume volume)
Calls createFrom2DPoints(pointsInCam, nodePath, volume, new com.openinventor.inventor.SbBox3f()).static SoShape
SbExtrusionGenerator. createFrom2DPoints(java.util.Collection<SbVec2f> pointsInCam, SoPath nodePath, SbViewVolume volume, SbBox3f bboxInLocal)
Create an extruded shape from points in camera space. -
Uses of SbVec2f in com.openinventor.inventor.nodekits
Methods in com.openinventor.inventor.nodekits that return SbVec2f Modifier and Type Method Description SbVec2f
SoBaseKit. getViewportOrigin()
Returns SbViewportRegion origin.SbVec2f
SoBaseKit. getViewportSize()
Returns SbViewportRegion size. -
Uses of SbVec2f in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SbVec2f Modifier and Type Method Description void
SoExtSelection. select(SoNode root, SbVec2f[] lassoCoord, SbViewportRegion viewport, boolean shiftPressed)
Simulates interactive selection starting from the root node with the given lasso contour, updating the selection list and triggering any associated callback . -
Uses of SbVec2f in com.openinventor.inventor.projectors
Methods in com.openinventor.inventor.projectors with parameters of type SbVec2f Modifier and Type Method Description SbVec3f
SbLineProjector. getVector(SbVec2f mousePosition)
Gets a vector given the current mouse point.SbVec3f
SbLineProjector. getVector(SbVec2f mousePosition1, SbVec2f mousePosition2)
Gets a vector on this line given two normalized mouse points.SbVec3f
SbPlaneProjector. getVector(SbVec2f mousePosition)
Gets a vector given the current mouse point.SbVec3f
SbPlaneProjector. getVector(SbVec2f mousePosition1, SbVec2f mousePosition2)
Gets a vector on this plane given two normalized mouse positions.SbVec3f
SbLineProjector. project(SbVec2f point)
Applies the projector using the given point, returning the point in three dimensions that it projects to and the status.SbVec3f
SbProjector. project(SbVec2f point)
Apply the projector using the given point, returning the point in three dimensions that it projects to.SbRotation
SbCylinderProjector. projectAndGetRotation(SbVec2f point)
Applies the projector using the given point, returning the point in three dimensions that it projects to.SbRotation
SbSphereProjector. projectAndGetRotation(SbVec2f point)
Applies the projector using the given point, returning the point in three dimensions that it projects to.void
SbLineProjector. setStartPosition(SbVec2f mousePosition)
Sets the initial position from a mouse position.void
SbPlaneProjector. setStartPosition(SbVec2f mousePosition)
Sets the initial mouse position. -
Uses of SbVec2f in com.openinventor.inventor.touch
Methods in com.openinventor.inventor.touch with parameters of type SbVec2f Modifier and Type Method Description java.util.ArrayList<SoEvent>
SoTouchManager. getTouchDownEvent(long fingerId, SbVec2f fingerPos, SbTime time)
Translate the given touch down event into a list ofSoEvent
.java.util.ArrayList<SoEvent>
SoTouchManager. getTouchMoveEvent(long fingerId, SbVec2f fingerPos, SbTime time)
Translate the given touch move event into a list ofSoEvent
.java.util.ArrayList<SoEvent>
SoTouchManager. getTouchUpEvent(long fingerId, SbVec2f fingerPos, SbTime time)
Translate the given touch up event into a list ofSoEvent
.SoTouchEvent
SoTouchManager. updateAndProcessTouchEvent(long id, SoTouchEvent.States state, SbVec2f position, SbTime time)
Deprecated.As of Open Inventor 9500. -
Uses of SbVec2f in com.openinventor.inventor.touch.events
Methods in com.openinventor.inventor.touch.events that return SbVec2f Modifier and Type Method Description SbVec2f
SoTouchEvent. getAcceleration()
Gets the acceleration vector (in pixels per second squared) between the previous event and the current one.SbVec2f
SoTouchEvent. getDisplacement()
Gets the deplacement vector (in pixels) between the previous event and the current one.SbVec2f
SoTouchEvent. getFirstPosition()
Gets the first position (in pixels).SbVec2f
SoTouchEvent. getPreviousPosition()
Gets the previous position of the same finger (in pixels).SbVec2f
SoTouchEvent. getPreviousSpeed()
Gets the previous speed (in pixels per second).SbVec2f
SoTouchEvent. getSpeed()
Gets the speed (in pixels per second) between the previous event and the current one.Methods in com.openinventor.inventor.touch.events with parameters of type SbVec2f Modifier and Type Method Description void
SoTouchEvent. setFirstPosition(SbVec2f name_24156)
Sets the first position (in pixels). -
Uses of SbVec2f in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SbVec2f Modifier and Type Method Description SbVec2f
SoCameraInteractor. projectToScreen(SbVec3f point, SbViewportRegion vpRegion)
Map a 3D point in world coordinates to a 2D point in normalized screen coordinates (0 <= x,y <= 1), see alsoSbViewVolume.projectToScreen
.Methods in com.openinventor.inventor.viewercomponents with parameters of type SbVec2f Modifier and Type Method Description void
SoCameraInteractor. activateOrbiting(SbVec2f startPos)
Set the starting point for interactive orbiting.void
SoCameraInteractor. activatePanning(SbVec2f initPos, SbViewportRegion vpRegion)
Set the starting point for interactive panning.void
SoCameraInteractor. dollyInWindow(SbVec2f topLeftCorner, SbVec2f bottomRightCorner, SbViewportRegion vpRegion)
Moves the camera forward or backward along the view vector to view the region defined by the given corners in normalized screen coordinates.void
SoCameraInteractor. dollyWithZoomCenter(SbVec2f centerPos, float scaleFactor, SbViewportRegion vpRegion)
Modifies the camera to ajust the view around the specified point.void
SoCameraInteractor. orbit(SbVec2f newPos)
Orbit the camera based on offset from the previous screen position.void
SoCameraInteractor. pan(SbVec2f newPos, SbViewportRegion vpRegion)
Pan the camera based on offset from starting point.SbVec3f
SoCameraInteractor. projectToPlane(SbVec2f point, float distFromEye, SbViewportRegion vpRegion)
Project specified 2D point on the plane parallel to the near plane that is at distFromEye units from the eye, see alsoSbViewVolume.getPlanePoint
.void
SoCameraInteractor. setPosition(SbVec2f pos, float distFromEye, SbViewportRegion vpRegion)
Move camera to the specified position.void
SoCameraInteractor. translate(SbVec2f displacement, SbViewportRegion vpRegion)
Move camera by the specified 2D displacement.void
SoCameraInteractor. zoomInWindow(SbVec2f topLeftCorner, SbVec2f bottomRightCorner, SbViewportRegion vpRegion)
Zooms to the region defined by the given corners in normalized screen coordinates. -
Uses of SbVec2f in com.openinventor.medical.helpers
Methods in com.openinventor.medical.helpers that return SbVec2f Modifier and Type Method Description static SbVec2f
MedicalHelper. dicomGetWindowCenterWidth(SoDataRange dataRange)
Get the window center (level) and width values from an SoDataRange node.static SbVec2f
MedicalHelper. dicomGetWindowCenterWidth(SoVolumeData volume)
Get the window center (level) and width values from a DICOM volume.Methods in com.openinventor.medical.helpers with parameters of type SbVec2f Modifier and Type Method Description static boolean
MedicalHelper. dicomSetWindowCenterWidth(SoDataRange dataRange, SbVec2f winCW)
Set an SoDataRange node from the window center (level) and width values. -
Uses of SbVec2f in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data with parameters of type SbVec2f Modifier and Type Method Description void
PbMesh2D. addVecsSet(int set_index, SbVec2f[] val)
Calls addVecsSet(set_index, val, "").void
PbMesh2D. addVecsSet(int set_index, SbVec2f[] val, java.lang.String setName)
Adds a set of 2D vectors on the mesh. -
Uses of SbVec2f in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return SbVec2f Modifier and Type Method Description static SbVec2f[]
PoProfileElement. getProfile(SoState state, float step)
Return the current 2D polygon defining the profile. -
Uses of SbVec2f in com.openinventor.meshviz.graph
Constructors in com.openinventor.meshviz.graph with parameters of type SbVec2f Constructor Description PoArrow(SbVec2f[] _point)
Calls PoArrow(_point, PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f).PoArrow(SbVec2f[] _point, PoArrow.PatternTypes startType)
Calls PoArrow(_point, startType, PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f).PoArrow(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType)
Calls PoArrow(_point, startType, endType, (float)0.05f, (float)0.03f).PoArrow(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType, float _patternWidth)
Calls PoArrow(_point, startType, endType, _patternWidth, (float)0.03f).PoArrow(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType, float _patternWidth, float _patternHeight)
Constructor.PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, PoBiErrorPointField.VariationTypes.valueOf( PoBiErrorPointField.VariationTypes.REL_VARIATION.getValue() ), true, true).PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, true, true).PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type, boolean _isShapeVisible)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, _isShapeVisible, true).PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type, boolean _isShapeVisible, boolean _isSkeletonVisible)
Constructor.PoCircleArcCtrPtAngle(SbVec2f _center, SbVec2f _startPoint, float _angle)
Constructor.PoCircleArcCtrRadTwoAngle(SbVec2f _center, float _radius, float _startAngle, float _endAngle)
Constructor.PoCircleArcCtrTwoPts(SbVec2f _center, SbVec2f _startPoint, SbVec2f _endPoint)
Constructor.PoCircleArcThreePts(SbVec2f _startPoint, SbVec2f _middlePoint, SbVec2f _endPoint)
Constructor.PoCircleCenterRadius(SbVec2f _center, float _radius)
Constructor.PoCircleThreePoints(SbVec2f _p, SbVec2f _q, SbVec2f _r)
Constructor.PoCurve(SbVec2f[] _point)
Calls PoCurve(_point, PoCurve.CurveReps.valueOf( PoCurve.CurveReps.CURVE_POLYLINE.getValue() )).PoCurve(SbVec2f[] _point, PoCurve.CurveReps _curveRep)
Constructor.PoErrorCurve(SbVec2f[] _point, float[] _lowY, float[] _highY)
Calls PoErrorCurve(_point, _lowY, _highY, PoErrorCurve.VariationTypes.valueOf( PoErrorCurve.VariationTypes.REL_VARIATION.getValue() ), PoErrorCurve.ErrorCurveReps.valueOf( PoErrorCurve.ErrorCurveReps.HIGH_LOW_CLOSE.getValue() )).PoErrorCurve(SbVec2f[] _point, float[] _lowY, float[] _highY, PoErrorCurve.VariationTypes type)
Calls PoErrorCurve(_point, _lowY, _highY, type, PoErrorCurve.ErrorCurveReps.valueOf( PoErrorCurve.ErrorCurveReps.HIGH_LOW_CLOSE.getValue() )).PoErrorCurve(SbVec2f[] _point, float[] _lowY, float[] _highY, PoErrorCurve.VariationTypes type, PoErrorCurve.ErrorCurveReps rep)
Constructor.PoErrorPointField(SbVec2f[] _point, float[] _errorX, float[] _errorY)
Calls PoErrorPointField(_point, _errorX, _errorY, PoErrorPointField.ShapeTypes.valueOf( PoErrorPointField.ShapeTypes.RECTANGLE_SHAPE.getValue() ), PoErrorPointField.SkeletonTypes.valueOf( PoErrorPointField.SkeletonTypes.CROSS1_SKELETON.getValue() )).PoErrorPointField(SbVec2f[] _point, float[] _errorX, float[] _errorY, PoErrorPointField.ShapeTypes _shapeType)
Calls PoErrorPointField(_point, _errorX, _errorY, _shapeType, PoErrorPointField.SkeletonTypes.valueOf( PoErrorPointField.SkeletonTypes.CROSS1_SKELETON.getValue() )).PoErrorPointField(SbVec2f[] _point, float[] _errorX, float[] _errorY, PoErrorPointField.ShapeTypes _shapeType, PoErrorPointField.SkeletonTypes _skeletonType)
Constructor.PoGroup2Axis(SbVec2f _start, SbVec2f _end, PoGroup2Axis.AxisTypes _xAxisType, PoGroup2Axis.AxisTypes _yAxisType)
Calls PoGroup2Axis(_start, _end, _xAxisType, _yAxisType, (java.lang.String)null, (java.lang.String)null).PoGroup2Axis(SbVec2f _start, SbVec2f _end, PoGroup2Axis.AxisTypes _xAxisType, PoGroup2Axis.AxisTypes _yAxisType, java.lang.String xTtle)
Calls PoGroup2Axis(_start, _end, _xAxisType, _yAxisType, xTtle, (java.lang.String)null).PoGroup2Axis(SbVec2f _start, SbVec2f _end, PoGroup2Axis.AxisTypes _xAxisType, PoGroup2Axis.AxisTypes _yAxisType, java.lang.String xTtle, java.lang.String yTtle)
Constructor.PoGroup4Axis(SbVec2f _start, SbVec2f _end, PoGroup4Axis.AxisTypes _xAxisType, PoGroup4Axis.AxisTypes _yAxisType)
Calls PoGroup4Axis(_start, _end, _xAxisType, _yAxisType, (java.lang.String)null, (java.lang.String)null).PoGroup4Axis(SbVec2f _start, SbVec2f _end, PoGroup4Axis.AxisTypes _xAxisType, PoGroup4Axis.AxisTypes _yAxisType, java.lang.String xTtle)
Calls PoGroup4Axis(_start, _end, _xAxisType, _yAxisType, xTtle, (java.lang.String)null).PoGroup4Axis(SbVec2f _start, SbVec2f _end, PoGroup4Axis.AxisTypes _xAxisType, PoGroup4Axis.AxisTypes _yAxisType, java.lang.String xTtle, java.lang.String yTtle)
Constructor.PoItemLegend(SbVec2f _start, SbVec2f _end, java.lang.String[] _item)
Calls PoItemLegend(_start, _end, _item, (com.openinventor.inventor.SbColor[])null).PoItemLegend(SbVec2f _start, SbVec2f _end, java.lang.String[] _item, SbColor[] _boxColor)
Constructor.PoLabelField(SbVec2f[] _point, java.lang.String[] _string, float[] _value, float _fontSize)
Calls PoLabelField(_point, _string, _value, _fontSize, PoLabelField.ConcatTypes.valueOf( PoLabelField.ConcatTypes.STRING_BEFORE_VALUE.getValue() ), PoLabelField.Justifications.valueOf( PoLabelField.Justifications.LEFT.getValue() ), PoLabelField.VerticalJustifications.valueOf( PoLabelField.VerticalJustifications.BASE.getValue() )).PoLabelField(SbVec2f[] _point, java.lang.String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type)
Calls PoLabelField(_point, _string, _value, _fontSize, type, PoLabelField.Justifications.valueOf( PoLabelField.Justifications.LEFT.getValue() ), PoLabelField.VerticalJustifications.valueOf( PoLabelField.VerticalJustifications.BASE.getValue() )).PoLabelField(SbVec2f[] _point, java.lang.String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type, PoLabelField.Justifications _justification)
Calls PoLabelField(_point, _string, _value, _fontSize, type, _justification, PoLabelField.VerticalJustifications.valueOf( PoLabelField.VerticalJustifications.BASE.getValue() )).PoLabelField(SbVec2f[] _point, java.lang.String[] _string, float[] _value, float _fontSize, PoLabelField.ConcatTypes type, PoLabelField.Justifications _justification, PoLabelField.VerticalJustifications _verticalJustification)
Constructor.PoLinearValueLegend(SbVec2f _start, SbVec2f _end)
Calls PoLinearValueLegend(_start, _end, PoLinearValueLegend.ValueDistributions.valueOf( PoLinearValueLegend.ValueDistributions.ALL_VALUES.getValue() )).PoLinearValueLegend(SbVec2f _start, SbVec2f _end, PoLinearValueLegend.ValueDistributions distribution)
Constructor.PoMultipleHistogram(SbVec2f _start, float _end, PoHistogram.Types _type, int _numRows, int _numColumns, float[] _value, java.lang.String[] _rowName, java.lang.String[] _columnName)
Constructor.PoNonLinearValueLegend1(SbVec2f _start, SbVec2f _end)
Constructor.PoNonLinearValueLegend2(SbVec2f _start, SbVec2f _end)
Constructor.PoNonLinearValueLegend3(SbVec2f _start, SbVec2f _end)
Constructor.PoParallelogram(SbVec2f _p, SbVec2f _q, SbVec2f _r)
Constructor.PoPieChart2D(SbVec2f _center, float _radius, java.lang.String[] sliceTexts, float[] sliceValues, SbColor[] sliceColors)
Constructor.PoRectangle(SbVec2f p1, SbVec2f p2)
Constructor.PoSingleHistogram(SbVec2f _start, float _end, PoHistogram.Types _type, float[] _value, java.lang.String[] _name)
Constructor.PoValuedMarkerField(SbVec2f[] _point, float[] _value, float[] _size)
Constructor. -
Uses of SbVec2f in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes with parameters of type SbVec2f Modifier and Type Method Description void
PoDomain. setValues(SbVec2f min, SbVec2f max)
Calls setValues(min, max, PoDomain.BoundingBoxTypes.valueOf( PoDomain.BoundingBoxTypes.AS_IS.getValue() )).void
PoDomain. setValues(SbVec2f min, SbVec2f max, PoDomain.BoundingBoxTypes type)
Convenience method to define a 2D domain.
-