接口 VertexSorting
public interface VertexSorting
-
嵌套类概要
嵌套类 -
字段概要
字段 -
方法概要
修饰符和类型方法说明static VertexSorting
byDistance
(float pX, float pY, float pZ) static VertexSorting
byDistance
(VertexSorting.DistanceFunction pDistanceFunction) static VertexSorting
byDistance
(org.joml.Vector3f pVector) int[]
sort
(org.joml.Vector3f[] pVectors)
-
字段详细资料
-
DISTANCE_TO_ORIGIN
-
ORTHOGRAPHIC_Z
-
-
方法详细资料
-
byDistance
-
byDistance
-
byDistance
-
sort
int[] sort(org.joml.Vector3f[] pVectors)
-