farm-ng-core
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
Typedefs
a
b
c
e
g
h
i
k
l
m
o
p
q
r
s
t
u
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
i
j
l
m
n
p
q
r
s
t
u
v
w
Related Functions
Files
File List
File Members
All
_
e
f
i
k
l
m
n
o
p
r
s
t
u
v
Functions
e
f
i
l
m
o
p
r
s
t
u
Variables
Macros
_
e
f
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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