/
class Geo StridedArrayView
This is the documentation for Enlighten.
class Geo StridedArrayView
template<typename T>
class Geo::StridedArrayView
A read-only view into an array with optional stride.
Functions
Name | Description |
---|---|
GetSize() | Return the number of elements. |
operator[](int) | Return the i'th element. |
StridedArrayView(const T *, Geo::s32, Geo::s32) | Constructor. |
GEO_FORCE_INLINE Geo::s32 Geo::StridedArrayView< T >::GetSize
public: GEO_FORCE_INLINEGeo::s32 GetSize() const
Return the number of elements.
GEO_FORCE_INLINE const T& Geo::StridedArrayView< T >::operator[]
public: GEO_FORCE_INLINE const T & operator[]
(
int i
) const
Return the i'th element.
Geo::StridedArrayView< T >::StridedArrayView
public: StridedArrayView
(
const T * first,
Geo::s32 count,
Geo::s32 stride
)
Constructor.
, multiple selections available,
Related content
Mesh projection
Mesh projection
More like this
ZLib
More like this
2. Run the parameterize
2. Run the parameterize
More like this
Lightmap UV charts
Lightmap UV charts
More like this
Light from the sky
Light from the sky
More like this
9. Efficient Enlighten lighting
9. Efficient Enlighten lighting
More like this