A.void mapPoints(float[]pts)方法僅有一個(gè)參數(shù),pts數(shù)組作為參數(shù)傳遞原始數(shù)值,計(jì)算結(jié)果仍存放在pts中。
B.void mapPoints(float[]dst,float[]src),src作為參數(shù)傳遞原始數(shù)值,計(jì)算結(jié)果存放在dst中,src不變。
C.void mapPoints(float[]dst,int dstIndex,float[]src,in tsrcIndex,int pointCount)可以指定只計(jì)算一部分?jǐn)?shù)值。
D.void mapPoints(float[]dst,int dstIndex,float[]src,int srcIndex,int pointCount)可以指定計(jì)算所有分?jǐn)?shù)值。
您可能感興趣的試卷
你可能感興趣的試題
計(jì)算一組點(diǎn)基于當(dāng)前Matrix變換后的位置()。
A.由于是計(jì)算點(diǎn),所以參數(shù)中的float數(shù)組長(zhǎng)度一般都是偶數(shù)的
B.若為奇數(shù),則最后一個(gè)數(shù)值不參與計(jì)算
C.由于是計(jì)算點(diǎn),所以參數(shù)中的float數(shù)組長(zhǎng)度一般都是奇數(shù)的
D.若為偶數(shù),則最后一個(gè)數(shù)值不參與計(jì)算
最新試題
以下哪個(gè)不是Room提供的方法()
在WorkManager中,哪個(gè)類用于定義WorkRequest的約束條件()
在WorkManager中,哪種狀態(tài)表示工作已完成()
在創(chuàng)建DAO時(shí),哪個(gè)注解用來定義執(zhí)行簡(jiǎn)單插入的方法()
在WorkManager中,哪個(gè)方法用于獲取工作信息()
在WorkManager中,哪個(gè)方法用于檢查工作是否已被取消()
WorkManager的主要優(yōu)勢(shì)是()
在WorkManager中,哪個(gè)方法用于將一個(gè)WorkRequest鏈接到另一個(gè)WorkRequest()
Room是Android Jetpack的哪個(gè)部分()
在WorkManager中,哪個(gè)方法用于獲取WorkRequest的狀態(tài)()