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 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:
Vector3See Also