Uses of Class
com.openinventor.inventor.fields.SoSFVec2f
-
Packages that use SoSFVec2f Package Description com.openinventor.inventor.gui.view com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.meshviz.graph -
-
Uses of SoSFVec2f in com.openinventor.inventor.gui.view
Fields in com.openinventor.inventor.gui.view declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
PoBaseView. viewportOrigin
Lower-left corner coordinates of the viewport of the view.SoSFVec2f
PoBaseView. viewportSize
Size of the viewport of the view. -
Uses of SoSFVec2f in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoCircularExtrusion. activeSection
Defines the visible section of the spine in normalized coordinates.SoSFVec2f
SoTexture2Transform. center
Center point used for scaling and rotation.SoSFVec2f
SoViewport. origin
Specifies the position of the viewport in pixels.SoSFVec2f
SoViewportClipping. origin
Specifies the position of the clip region in pixels.SoSFVec2f
SoDepthBuffer. range
Value range for the depth buffer (glDepthRange).SoSFVec2f
SoTexture2Transform. scaleFactor
Scaling factors in S and T.SoSFVec2f
SoViewport. size
Specifies the size of the viewport in pixels.SoSFVec2f
SoViewportClipping. size
Specifies the size of the clip region in pixels.SoSFVec2f
SoTexture2Transform. translation
Translation in S and T.SoSFVec2f
SoShaderParameter2f. value
Specifies the parameter's value. -
Uses of SoSFVec2f in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoViewingCube. size
Size of the viewport, in pixels, in which the viewing cube is drawn. -
Uses of SoSFVec2f in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SliceScaleBar. position
Position in normalized screen coordinates (-1 to 1). -
Uses of SoSFVec2f in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
PoCircleArcCtrPtAngle. center
Circle center.SoSFVec2f
PoCircleArcCtrRadTwoAngle. center
Circle center.SoSFVec2f
PoCircleArcCtrTwoPts. center
Circle center.SoSFVec2f
PoCircleCenterRadius. center
Circle center.SoSFVec2f
PoPieChart2D. center
Center of the pie chart.SoSFVec2f
PoAutoValueLegend. end
Second point of the same diagonal.SoSFVec2f
PoGroup2Axis. end
Defines the end point of the both axis.SoSFVec2f
PoGroup4Axis. end
End point of the top horizontal axis and of the right vertical axis.SoSFVec2f
PoItemLegend. end
Second point of the same diagonal.SoSFVec2f
PoCircleArcCtrTwoPts. endPoint
End point of the arc.SoSFVec2f
PoCircleArcThreePts. endPoint
End point of the arc.SoSFVec2f
PoGroup2Axis. gradEnd
Defines the value of the graduation (tick label) corresponding to the end point of this group of axes.SoSFVec2f
PoGroup4Axis. gradEnd
Defines the value of the graduation (tick label) corresponding to the end point of this group of axes.SoSFVec2f
PoGroup2Axis. gradStart
Defines the value of the graduation (tick label) corresponding to the starting point of this group of axes.SoSFVec2f
PoGroup4Axis. gradStart
Defines the value of the graduation (tick label) corresponding to the starting point of this group of axes.SoSFVec2f
PoCircleArcThreePts. middlePoint
Intermediate point of the arc.SoSFVec2f
PoCircleThreePoints. p
First point of the circle.SoSFVec2f
PoParallelogram. p
First point of the parallelogram.SoSFVec2f
PoRectangle. p
First point of one of the diagonals of the rectangle.SoSFVec2f
PoCircleThreePoints. q
Second point of the circle.SoSFVec2f
PoParallelogram. q
Second point of the parallelogram.SoSFVec2f
PoRectangle. q
Second point of the same diagonal.SoSFVec2f
PoCircleThreePoints. r
Third point of the circle.SoSFVec2f
PoParallelogram. r
Third point of the parallelogram.SoSFVec2f
PoAutoValueLegend. start
First point of one of the diagonals of the rectangle delimiting the legend.SoSFVec2f
PoGroup2Axis. start
Start point of the both axis.SoSFVec2f
PoGroup4Axis. start
Start point of the bottom horizontal axis and of the left vertical axis.SoSFVec2f
PoHistogram. start
Define the start point of the histogram.SoSFVec2f
PoItemLegend. start
First point of one of the diagonals of the rectangle delimiting the legend.SoSFVec2f
PoCircleArcCtrPtAngle. startPoint
Start point of the arc.SoSFVec2f
PoCircleArcCtrTwoPts. startPoint
Start point of the arc.SoSFVec2f
PoCircleArcThreePts. startPoint
Start point of the arc.
-