Uses of Class
com.openinventor.inventor.SbVec2f
Packages that use SbVec2f
Package
Description
Resolution-independent vector/polygon hardcopy.
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
Open Inventor supported devices.
The element classes are used internally for storing information in Open Inventor's traversal state list.
Viewer components contains helpful tools to implement a custom viewer.
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
-
Uses of SbVec2f in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SbVec2fModifier and TypeMethodDescriptionSoVectorizeAction.getDrawingDimensions()
Calls getDrawingDimensions(SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).SoVectorizeAction.getDrawingDimensions
(SoVectorizeAction.DimensionUnits u) Returns the dimensions of the drawing on the sheet of paper.SoVectorizeAction.getStartPosition()
Calls getStartPosition(SoVectorizeAction.DimensionUnits.valueOf( SoVectorizeAction.DimensionUnits.MM.getValue() )).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 SbVec2fModifier and TypeMethodDescriptionvoid
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.inventor
Methods in com.openinventor.inventor that return SbVec2fModifier and TypeMethodDescriptionSbBox2f.getCenter()
Returns the center of the box.SbBox2f.getClosestPoint
(SbVec2f point) Returns the closest point on the box to the given point.SbBox2f.getMax()
Returns the maximum point of the box.SbBox2f.getMin()
Returns the minimum point of the box.SbVec2f[]
SbBox2f.getMinMax()
Gets the corners of the box.SbViewportRegion.getViewportOrigin()
Returns viewport origin in 0..1 normalized coordinates relative to the current window size.SoGetView.getViewportOrigin()
Returns SbViewportRegion origin.SbViewportRegion.getViewportSize()
Returns viewport size in 0..1 normalized coordinates relative to the current window size.SoGetView.getViewportSize()
Returns SbViewportRegion size.Component-wise binary vector subtraction operator.Compute the 0..1 normalized coordinates of the specified pixel position, relative to the current viewport (not window).SbVec2f.over
(float d) Component-wise binary scalar division operator.Component-wise binary vector addition operator.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.setValue
(float[] components) SbVec2f.setValue
(float[] components, int startIndex) SbVec2f.setValue
(float c0, float c1) Sets value of vector from a double precision vector.SbVec2f.times
(float d) Component-wise binary scalar multiplication operator.Component-wise vector multiplication operator.static SbVec2f[]
SbVec2f.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbVec2fModifier and TypeMethodDescriptionvoid
Component-wise vector addition operator.float
Returns dot (inner) product of vector and another vector.boolean
Equality comparison within given tolerance - the square of the length of the maximum distance between the two vectors.void
Extends this box (if necessary) to contain the specified point.SbBox2f.getClosestPoint
(SbVec2f point) Returns the closest point on the box to the given point.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
Returns true if the specified point intersects this box.Component-wise binary vector subtraction operator.void
Component-wise vector multiplication operator.Component-wise binary vector addition operator.SbViewVolume.projectPointToLine
(SbVec2f pt) Maps a 2D point (in 0 <= x,y <= 1) to a 3D line.void
Sets the corners of the box.Sets value of vector from a single precision vector.void
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
Component-wise vector subtraction operator.Component-wise vector multiplication operator.Constructors in com.openinventor.inventor with parameters of type SbVec2f -
Uses of SbVec2f in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SbVec2fModifier and TypeMethodDescriptionSoRayPickAction.getNormalizedPoint()
Gets the viewport point in normalized coordinates [0..1] (returns the last value passed tosetNormalizedPoint
).SoRayPickAction.getPointFloat()
Float version ofgetPoint()
.SoCallbackAction.getProfileCoordinate2
(int index) Returns the current profiles and their coordinates from the state.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 SbVec2fModifier and TypeMethodDescriptionvoid
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
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 SbVec2fModifier and TypeMethodDescriptionSoGLScreenDevice.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 SbVec2fModifier and TypeMethodDescriptionstatic SbVec2f[]
Returns current update area from the state.SoProfileCoordinateElement.get2
(int index) Returns the indexed coordinate from an element as a 2D vector, converting if necessary.SoTextureCoordinateElement.get2
(int index) Calls get2(index, (int)0).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 SbVec2fModifier and TypeMethodDescriptionstatic 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
Sets the current update area in the state.static void
Sets the current 2D profile coordinates.static void
Calls set2(state, node, coords, false).static void
-
Uses of SbVec2f in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SbVec2fModifier and TypeMethodDescriptionSoEvent.getNormalizedPosition
(SbViewportRegion vpRgn) Gets the normalized location of the cursor when the event occurred, relative to the specified viewport region.SoEvent.getPositionFloat()
Returns the window pixel location of the cursor when the event occurred as float values.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 SbVec2fModifier and TypeMethodDescriptionvoid
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 SbVec2fModifier and TypeMethodDescriptionSoSFVec2f.getValue()
Returns this field's value.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 SbVec2fModifier and TypeMethodDescriptionint
Calls find(targetValue, false).int
Finds the given targetValue in the array and returns the index of that value.void
Sets the index'th value in the array to newValue.void
Sets one value from single precision vector.void
Sets one value from single precision vector.void
Sets the first value in the array to newValue, and deletes.void
Sets to one value from single precision vector.void
Sets to one value from single precision vector.void
Sets the box dimensions.void
Sets this field to newValue.void
Convenience method that allows you to specify a field value using a single precision variable.void
Convenience method that allows you to specify a field value using a float variable.void
Sets num values starting at index start to the values.void
Deprecated.void
Sets values from array of single precision vectors.void
Deprecated.As of Open Inventor 9.3.1, useSoMFVec2s.setValues(int, com.openinventor.inventor.SbVec2f[])
instead.void
Sets values from array of single precision vectors.Constructors in com.openinventor.inventor.fields with parameters of type SbVec2fModifierConstructorDescriptionSoSFVec2f
(SoFieldContainer fieldContainer, 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 SbVec2fModifier and TypeMethodDescriptionSoPSImageRW.getPrintSize()
Returns the print size given, specified in inches.Methods in com.openinventor.inventor.image with parameters of type SbVec2fModifier and TypeMethodDescriptionvoid
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 SbVec2fModifier and TypeMethodDescriptionstatic SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SbMatrix localToCam) Calls createFrom2DPoints(pointsInCam, localToCam, new com.openinventor.inventor.SbBox3f()).static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SbMatrix camToLocal, float zMin) Calls createFrom2DPoints(pointsInCam, camToLocal, zMin, (float)1.0f).static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SbMatrix camToLocal, float zMin, float zMax) Create an extruded shape from points in camera space.static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SbMatrix localToCam, SbBox3f bboxInLocal) Create an extruded shape from points in camera space.static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SoPath nodePath, SbViewVolume volume) Calls createFrom2DPoints(pointsInCam, nodePath, volume, new com.openinventor.inventor.SbBox3f()).static SoShape
SbExtrusionGenerator.createFrom2DPoints
(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 SbVec2fModifier and TypeMethodDescriptionSoBaseKit.getViewportOrigin()
Returns SbViewportRegion origin.SoBaseKit.getViewportSize()
Returns SbViewportRegion size. -
Uses of SbVec2f in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SbVec2fModifier and TypeMethodDescriptionvoid
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 SbVec2fModifier and TypeMethodDescriptionGets a vector given the current mouse point.Gets a vector on this line given two normalized mouse points.Gets a vector given the current mouse point.Gets a vector on this plane given two normalized mouse positions.Applies the projector using the given point, returning the point in three dimensions that it projects to and the status.Apply the projector using the given point, returning the point in three dimensions that it projects to.SbCylinderProjector.projectAndGetRotation
(SbVec2f point) Applies the projector using the given point, returning the point in three dimensions that it projects to.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 SbVec2fModifier and TypeMethodDescriptionSoTouchManager.getTouchDownEvent
(long fingerId, SbVec2f fingerPos, SbTime time) Translate the given touch down event into a list ofSoEvent
.SoTouchManager.getTouchMoveEvent
(long fingerId, SbVec2f fingerPos, SbTime time) Translate the given touch move event into a list ofSoEvent
.SoTouchManager.getTouchUpEvent
(long fingerId, SbVec2f fingerPos, SbTime time) Translate the given touch up event into a list ofSoEvent
.SoTouchManager.updateAndProcessTouchEvent
(long id, SoTouchEvent.States state, SbVec2f position, SbTime time) Deprecated.As of Open Inventor 9.5.0.0. -
Uses of SbVec2f in com.openinventor.inventor.touch.events
Methods in com.openinventor.inventor.touch.events that return SbVec2fModifier and TypeMethodDescriptionSoTouchEvent.getAcceleration()
Gets the acceleration vector (in pixels per second squared) between the previous event and the current one.SoTouchEvent.getDisplacement()
Gets the deplacement vector (in pixels) between the previous event and the current one.SoTouchEvent.getFirstPosition()
Gets the first position (in pixels).SoTouchEvent.getPreviousPosition()
Gets the previous position of the same finger (in pixels).SoTouchEvent.getPreviousSpeed()
Gets the previous speed (in pixels per second).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 SbVec2fModifier and TypeMethodDescriptionvoid
SoTouchEvent.setFirstPosition
(SbVec2f name_23536) Sets the first position (in pixels). -
Uses of SbVec2f in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SbVec2fModifier and TypeMethodDescriptionSoCameraInteractor.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 SbVec2fModifier and TypeMethodDescriptionvoid
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
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.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 SbVec2fModifier and TypeMethodDescriptionstatic 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 SbVec2fModifier and TypeMethodDescriptionstatic 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 SbVec2fModifier and TypeMethodDescriptionvoid
PbMesh2D.addVecsSet
(int set_index, SbVec2f[] val) Calls addVecsSet(set_index, val, "").void
PbMesh2D.addVecsSet
(int set_index, SbVec2f[] val, 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 SbVec2fModifier and TypeMethodDescriptionstatic 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 SbVec2fModifierConstructorDescriptionCalls 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.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, String xTtle) Calls PoGroup2Axis(_start, _end, _xAxisType, _yAxisType, xTtle, (java.lang.String)null).PoGroup2Axis
(SbVec2f _start, SbVec2f _end, PoGroup2Axis.AxisTypes _xAxisType, PoGroup2Axis.AxisTypes _yAxisType, String xTtle, 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, String xTtle) Calls PoGroup4Axis(_start, _end, _xAxisType, _yAxisType, xTtle, (java.lang.String)null).PoGroup4Axis
(SbVec2f _start, SbVec2f _end, PoGroup4Axis.AxisTypes _xAxisType, PoGroup4Axis.AxisTypes _yAxisType, String xTtle, String yTtle) Constructor.PoItemLegend
(SbVec2f _start, SbVec2f _end, String[] _item) Calls PoItemLegend(_start, _end, _item, (com.openinventor.inventor.SbColor[])null).PoItemLegend
(SbVec2f _start, SbVec2f _end, String[] _item, SbColor[] _boxColor) Constructor.PoLabelField
(SbVec2f[] _point, 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, 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, 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, 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, String[] _rowName, 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, String[] sliceTexts, float[] sliceValues, SbColor[] sliceColors) Constructor.PoRectangle
(SbVec2f p1, SbVec2f p2) Constructor.PoSingleHistogram
(SbVec2f _start, float _end, PoHistogram.Types _type, float[] _value, 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 SbVec2fModifier and TypeMethodDescriptionvoid
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.
SoMFVec2i32.setValues(int, com.openinventor.inventor.SbVec2f[])
instead.