|
Blender V4.3
|
#include <overlay_next_grease_pencil.hh>
Public Member Functions | |
| ViewParameters ()=default | |
| ViewParameters (bool is_perspective, const float4x4 &viewinv) | |
Public Attributes | |
| bool | is_perspective |
| union { | |
| float3 z_axis | |
| float3 location | |
| }; | |
Definition at line 234 of file overlay_next_grease_pencil.hh.
|
default |
|
inline |
Definition at line 244 of file overlay_next_grease_pencil.hh.
References is_perspective, location, blender::MatBase< T, NumCol, NumRow, Alignment >::location(), z_axis, and blender::MatBase< T, NumCol, NumRow, Alignment >::z_axis().
| union { ... } blender::draw::overlay::GreasePencil::ViewParameters |
| bool blender::draw::overlay::GreasePencil::ViewParameters::is_perspective |
Definition at line 235 of file overlay_next_grease_pencil.hh.
Referenced by ViewParameters().
| float3 blender::draw::overlay::GreasePencil::ViewParameters::location |
Definition at line 239 of file overlay_next_grease_pencil.hh.
Referenced by ViewParameters().
| float3 blender::draw::overlay::GreasePencil::ViewParameters::z_axis |
Definition at line 238 of file overlay_next_grease_pencil.hh.
Referenced by ViewParameters().