farm-ng-core
clipping_planes.h
Go to the documentation of this file.
1
// Copyright (c) 2011, Hauke Strasdat
2
// Copyright (c) 2012, Steven Lovegrove
3
// Copyright (c) 2021, farm-ng, inc.
4
//
5
// Use of this source code is governed by an MIT-style
6
// license that can be found in the LICENSE file or at
7
// https://opensource.org/licenses/MIT.
8
9
#pragma once
10
11
namespace
sophus
{
12
13
struct
ClippingPlanes
{
14
float
near
= 0.001;
15
float
far
= 1000;
16
};
17
}
// namespace sophus
sophus::ClippingPlanes::near
float near
Definition:
clipping_planes.h:14
sophus
Image MutImage, owning images types.
Definition:
num_diff.h:20
sophus::ClippingPlanes
Definition:
clipping_planes.h:13
sophus::ClippingPlanes::far
float far
Definition:
clipping_planes.h:15
projects
farm-ng-core
cpp
sophus
sensor
clipping_planes.h
Generated by
1.8.17