#include "GroundMesh.h"
#include <cstdio>
#include <cassert>
#include <cstdint>
#include "Platform.h"
#include "AABB.h"
Go to the source code of this file.
template<typename T >
static T* buffer_offset |
( |
T * |
buffer, |
|
|
size_t |
offset |
|
) |
| |
|
inlinestatic |
static unsigned int realign_offset |
( |
size_t |
offset, |
|
|
size_t |
align |
|
) |
| |
|
inlinestatic |
static bool trim_bottom_left_cond |
( |
const vec2 & |
offset | ) |
|
|
inlinestatic |
static bool trim_bottom_right_cond |
( |
const vec2 & |
offset | ) |
|
|
inlinestatic |
static bool trim_top_left_cond |
( |
const vec2 & |
offset | ) |
|
|
inlinestatic |
static bool trim_top_right_cond |
( |
const vec2 & |
offset | ) |
|
|
inlinestatic |