Click or drag to resize

TransformGestureprojectScaledRotated Method

Projects the point which was scaled and rotated.

Namespace:  TouchScript.Gestures.TransformGestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected Vector3 projectScaledRotated(
	Vector2 point,
	float dR,
	float dS,
	ProjectionParams projectionParams
)

Parameters

point
Type: Vector2
The point.
dR
Type: SystemSingle
Delta rotation.
dS
Type: SystemSingle
Delta scale.
projectionParams
Type: TouchScript.LayersProjectionParams
The projection parameters.

Return Value

Type: Vector3
See Also