|
CFx SDK Documentation 2026 SP0
|
#include <TrVisVector.h>
Public Member Functions | |
| OdTrVisMiniVec4d () | |
| OdTrVisMiniVec4d (DataType value) | |
| OdTrVisMiniVec4d (DataType x, DataType y, DataType z=0, DataType w=0) | |
| OdTrVisMiniVec4d (const DataType *v) | |
| void | set (const DataType *v) |
| OdTrVisMiniVec4d< DataType > & | operator+= (const OdTrVisMiniVec4d< DataType > &other) |
| OdTrVisMiniVec4d< DataType > & | operator*= (DataType value) |
Public Attributes | ||
| union { | ||
| DataType data [4] | ||
| struct { | ||
| DataType x | ||
| DataType y | ||
| DataType z | ||
| DataType w | ||
| } | ||
| OdTrVisMiniVec3d< DataType > xyz | ||
| OdTrVisMiniVec2d< DataType > xy | ||
| }; | ||
Library: Source code provided. <group ExRender_Windows_Classes>
Definition at line 288 of file TrVisVector.h.
|
inline |
Definition at line 290 of file TrVisVector.h.
|
inline |
Definition at line 293 of file TrVisVector.h.
|
inline |
Definition at line 297 of file TrVisVector.h.
|
inlineexplicit |
Definition at line 301 of file TrVisVector.h.
|
inline |
Definition at line 323 of file TrVisVector.h.
|
inline |
Definition at line 314 of file TrVisVector.h.
|
inline |
Definition at line 306 of file TrVisVector.h.
| union { ... } OdTrVisMiniVec4d< DataType > |
| DataType OdTrVisMiniVec4d< DataType >::data[4] |
Definition at line 335 of file TrVisVector.h.
| DataType OdTrVisMiniVec4d< DataType >::w |
Definition at line 340 of file TrVisVector.h.
| DataType OdTrVisMiniVec4d< DataType >::x |
Definition at line 340 of file TrVisVector.h.
| OdTrVisMiniVec2d<DataType> OdTrVisMiniVec4d< DataType >::xy |
Definition at line 343 of file TrVisVector.h.
| OdTrVisMiniVec3d<DataType> OdTrVisMiniVec4d< DataType >::xyz |
Definition at line 342 of file TrVisVector.h.
| DataType OdTrVisMiniVec4d< DataType >::y |
Definition at line 340 of file TrVisVector.h.
| DataType OdTrVisMiniVec4d< DataType >::z |
Definition at line 340 of file TrVisVector.h.