diff --git a/api/@ohos.sensor.d.ts b/api/@ohos.sensor.d.ts index 1752c4467c7e8b811062eeac37a8ad76a727e36b..231c236f6b769c3d5c54007416f3c3e0297858d7 100755 --- a/api/@ohos.sensor.d.ts +++ b/api/@ohos.sensor.d.ts @@ -607,6 +607,7 @@ declare namespace sensor { * @param gravity Indicates the gravity vector. * @param geomagnetic Indicates the geomagnetic vector. * @return Returns the rotation matrix, {@code RotationMatrixResponse}. + * @syscap SystemCapability.Sensors.Sensor * @since 8 */ function createRotationMatrix(gravity: Array, geomagnetic: Array, callback: AsyncCallback): void;