transform.h
Overview
Related Modules:
Description:
Provides functions to transform components, points, and line segments, including rotation and scaling.
Since:
1.0
Version:
1.0
Summary
Data Structures
Functions
OHOS::Rotate (const Vector2< int16_t > &point, int16_t angle, const Vector2< int16_t > &pivot, Vector2< int16_t > &out) |
|
OHOS::Rotate (const Line &origLine, int16_t angle, const Vector2< int16_t > &pivot, Line &out) |
|
OHOS::Rotate (const Rect &origRect, int16_t angle, const Vector2< int16_t > &pivot, Polygon &out) |