INTERNAL_CALL_Internal_ExtractPlanes() private method

private INTERNAL_CALL_Internal_ExtractPlanes ( Plane planes, Matrix4x4 &worldToProjectionMatrix ) : void
planes Plane
worldToProjectionMatrix Matrix4x4
return void
コード例 #1
0
 private static void Internal_ExtractPlanes(Plane[] planes, Matrix4x4 worldToProjectionMatrix)
 {
     GeometryUtility.INTERNAL_CALL_Internal_ExtractPlanes(planes, ref worldToProjectionMatrix);
 }