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ù)組長度一般都是偶數(shù)的
B.若為奇數(shù),則最后一個(gè)數(shù)值不參與計(jì)算
C.由于是計(jì)算點(diǎn),所以參數(shù)中的float數(shù)組長度一般都是奇數(shù)的
D.若為偶數(shù),則最后一個(gè)數(shù)值不參與計(jì)算
最新試題
在WorkManager中,哪個(gè)方法用于檢查工作是否已被取消()
在Android Studio中,可以通過Tools菜單下的SDK Manager來管理SDK版本。
WorkManager的主要優(yōu)勢是()
在HomeScreen中,homeUiState的作用是什么()
在ItemEntryViewModel中,哪個(gè)函數(shù)用于將商品插入到Room數(shù)據(jù)庫中()
以下哪個(gè)是實(shí)現(xiàn)倉儲(chǔ)模式的類()
創(chuàng)建實(shí)體類時(shí),哪個(gè)注解用來標(biāo)記數(shù)據(jù)庫實(shí)體類()
在創(chuàng)建DAO時(shí),哪個(gè)注解用來定義執(zhí)行簡單插入的方法()
WorkManager支持哪種類型的執(zhí)行()
以下哪個(gè)不是創(chuàng)建數(shù)據(jù)庫實(shí)例的步驟()