Click or drag to resize
SbLineProjectorGetVector Method (SbVec2f)

Gets a vector given the current mouse point.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SbVec3f GetVector(
	SbVec2f mousePosition
)

Parameters

mousePosition
Type: OIV.InventorSbVec2f

Return Value

Type: SbVec3f
Remarks

Uses the last point on this projector from the previous call to getVector() or setStartPostion(). Do not use this if the working space transform is changing since the new point will be in a different space than the old one.

See Also