Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::PackedVector3< TYPE > Class Template Reference

Public Member Functions

 PackedVector3 (TYPE initValue)
 
 PackedVector3 (TYPE x, TYPE y, TYPE z)
 
 PackedVector3 (const AZ::Vector3 &rhs)
 
 PackedVector3 (const TYPE *initData)
 
 operator TYPE * ()
 
 operator const TYPE * () const
 
 operator AZ::Vector3 () const
 
void Set (TYPE x, TYPE y, TYPE z)
 
TYPE GetElement (size_t index) const
 
void SetElement (size_t index, TYPE val)
 
TYPE GetX () const
 
TYPE GetY () const
 
TYPE GetZ () const
 
void SetX (TYPE v)
 
void SetY (TYPE v)
 
void SetZ (TYPE v)
 

The documentation for this class was generated from the following file: