Click or drag to resize
SbPlaneProjectorGetVector Method (SbVec2f, SbVec2f)

Gets a vector on this plane given two normalized mouse positions.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec3f GetVector(
	SbVec2f mousePosition1,
	SbVec2f mousePosition2
)

Parameters

mousePosition1
Type: OIV.InventorSbVec2f
mousePosition2
Type: OIV.InventorSbVec2f

Return Value

Type: SbVec3f
Remarks