إسقاط عمودي

(تم التحويل من Orthographic projection)

الإسقاط العمودي في الهندسة الرياضية هو شكل من أشكال التمثيل للأشكال الثلاثية الأبعاد على ذات المستوي. وهو شكل من أشكال الإسقاط حيث تكون زاوية الرؤية عمودية على مستوي الإسقاط. إن الإسقاط العمودي هو عبارة عن إسقاط منظوري عندما يكون موقع الكاميرا في اللانهاية.

زيادة البعد المحرقي للكاميرا إلى اللانهاية في الإسقاط المنظوري يعطي إسقاطاً عمودياً.


. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

الهندسة

 
مقارنة أنواع متعددة من الإسقاط الهندسي
 
إسقاطات مختلفة وكيفية انتاجها.

الإسقاط المتآصل (المتعامد) البسيط على المستوى z = 0 يمكن تعريفه بالمصفوفة التالية:

 

لكل نقطة v = (vx, vy, vz)، فإن النقطة المتحولة تصبح

 

Often, it is more useful to use homogeneous coordinates. The transformation above can be represented for homogeneous coordinates as

 

For each homogeneous vector v = (vx, vy, vz, 1), the transformed vector would be

 

In computer graphics, one of the most common matrices used for orthographic projection can be defined by a 6-tuple, (left, right, bottom, top, near, far), which defines the clipping planes. These planes form a box with the minimum corner at (left, bottom, -near) and the maximum corner at (right, top, -far).

The box is translated so that its center is at the origin, then it is scaled to the unit cube which is defined by having a minimum corner at (-1,-1,-1) and a maximum corner at (1,1,1).

The orthographic transform can be given by the following matrix:

 

which can be given as a scaling followed by a translation of the form

 

The inversion of the Projection Matrix, which can be used as the Unprojection Matrix is defined:

 


الأنواع الفرعية

 
الرموز المستخدمة في تعريف إذا ما كان الإسقاط متعدد المَشاهد multiview projection هو إما زاوية ثالثة (يمين) أو زاوية أولى (يسار).


رسم الخرائط

 
Orthographic projection (equatorial aspect) of eastern hemisphere 30W–150E

الهامش

وصلات خارجية