Click or drag to resize
AB4D logo

MouseCameraControllerGetIsHeadingAngleChangeInverted Method

GetIsHeadingAngleChangeInverted returns true if mouse position is in such location that we need to invert the heading rotation direction.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
protected virtual bool GetIsHeadingAngleChangeInverted(
	Point mousePosition
)

Parameters

mousePosition  Point
mousePosition

Return Value

Boolean
true if mouse position is in such location that we need to invert the heading rotation direction
See Also