Go to the source code of this file.
|
| template<std::size_t N> |
| using | JPL::Vec3SIMDBuffer = Vec3Buffer< simd, N > |
| | Vec3-like SoA buffer, holding separate arrays of Vec3 components X, Y, Z as floats.
|
| |
| template<std::size_t N> |
| using | JPL::Vec3FloatBuffer = Vec3Buffer< float, N > |
| | Vec3-like SoA buffer, holding separate arrays of Vec3 components X, Y, Z as simd.
|
| |
| using | JPL::Vec3SIMDBufferView = Vec3BufferView< simd > |
| | View into a Vec3-like SoA buffer, holding separate arrays of Vec3 components X, Y, Z as floats.
|
| |
| using | JPL::Vec3FloatBufferView = Vec3BufferView< float > |
| | View into a Vec3-like SoA buffer, holding separate arrays of Vec3 components X, Y, Z as simd.
|
| |