多項選擇題mapPoints有三個重載方法()。

A.void mapPoints(float[]pts)方法僅有一個參數(shù),pts數(shù)組作為參數(shù)傳遞原始數(shù)值,計算結(jié)果仍存放在pts中。
B.void mapPoints(float[]dst,float[]src),src作為參數(shù)傳遞原始數(shù)值,計算結(jié)果存放在dst中,src不變。
C.void mapPoints(float[]dst,int dstIndex,float[]src,in tsrcIndex,int pointCount)可以指定只計算一部分?jǐn)?shù)值。
D.void mapPoints(float[]dst,int dstIndex,float[]src,int srcIndex,int pointCount)可以指定計算所有分?jǐn)?shù)值。


您可能感興趣的試卷