summaryrefslogtreecommitdiff
path: root/libs/cglm/src/plane.c
blob: 7ee0c0f87061effd97255cec3d52276680ad89b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c), Recep Aslantas.
 *
 * MIT License (MIT), http://opensource.org/licenses/MIT
 * Full license can be found in the LICENSE file
 */

#include "../include/cglm/cglm.h"
#include "../include/cglm/call.h"

CGLM_EXPORT
void
glmc_plane_normalize(vec4 plane) {
  glm_plane_normalize(plane);
}