SbPlaneProjectorGetVector Method (SbVec2f, SbVec2f) |
Gets a vector on this plane given two normalized mouse positions.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetVector(
SbVec2f mousePosition1,
SbVec2f mousePosition2
)
Public Function GetVector (
mousePosition1 As SbVec2f,
mousePosition2 As SbVec2f
) As SbVec3f
public:
SbVec3f GetVector(
SbVec2f mousePosition1,
SbVec2f mousePosition2
)
member GetVector :
mousePosition1 : SbVec2f *
mousePosition2 : SbVec2f -> SbVec3f
Parameters
- mousePosition1
- Type: OIV.InventorSbVec2f
- mousePosition2
- Type: OIV.InventorSbVec2f
Return Value
Type:
SbVec3fRemarks See Also