|
Blender V4.3
|
#include <projection.h>
Public Member Functions | |
| ProjectionTransform () | |
| ProjectionTransform (const Transform &tfm) | |
Public Attributes | |
| float4 | x |
| float4 | y |
| float4 | z |
| float4 | w |
Definition at line 14 of file cycles/util/projection.h.
|
inline |
Definition at line 18 of file cycles/util/projection.h.
|
inlineexplicit |
Definition at line 20 of file cycles/util/projection.h.
| float4 ProjectionTransform::w |
Definition at line 15 of file cycles/util/projection.h.
Referenced by copy_matrix(), make_projection(), operator*(), print_projection(), and projection_transpose().
| float4 ProjectionTransform::x |
Definition at line 15 of file cycles/util/projection.h.
Referenced by copy_matrix(), make_projection(), operator*(), print_projection(), projection_inverse(), and projection_transpose().
| float4 ProjectionTransform::y |
Definition at line 15 of file cycles/util/projection.h.
Referenced by copy_matrix(), make_projection(), operator*(), print_projection(), and projection_transpose().
| float4 ProjectionTransform::z |
Definition at line 15 of file cycles/util/projection.h.
Referenced by copy_matrix(), make_projection(), operator*(), print_projection(), and projection_transpose().