Astra SDK  v2.1.3
| 函数
basic types

class  astra::Array< T >
 Simple wrapper around primitive arrays 更多...
 
struct  astra::Matrix3x3
 Represents a 3x3 rotation matrix 更多...
 
struct  astra::Vector2f
 Represents a float 2d vector 更多...
 
struct  astra::Vector2i
 Represents a float 2d vector 更多...
 
struct  astra::Vector3f
 Represents a float 3d vector 更多...
 
struct  astra::Vector3i
 Represents a float 3d vector 更多...
 

函数

template<typename T >
Array< T > astra::make_array (T *ptr, std::size_t size)
 Simplifies Array construction by leveraging function template type deduction 更多...
 

详细描述

函数说明

◆ make_array()

template<typename T >
Array<T> astra::make_array ( T *  ptr,
std::size_t  size 
)
inline

Simplifies Array construction by leveraging function template type deduction

参数
[in]ptrPointer to array
[in]sizeSize of array