Skip to main content

Module proj3d

Module proj3d 

Source
Expand description

Orthographic 3D projection for plot3 / scatter3.

Projects (x, y, z) triples onto the 2D plane using MATLAB-compatible default view angles: azimuth = −37.5°, elevation = 30°.

The projected (x', y') pairs can be passed directly to the ASCII or file backends as if they were 2D data.

Constants§

DEFAULT_AZ
Default azimuth angle in degrees (MATLAB convention).
DEFAULT_EL
Default elevation angle in degrees (MATLAB convention).

Functions§

project_ortho
Projects 3D points onto a 2D plane using orthographic projection.