Example
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Members
All
a
b
c
f
g
h
i
k
l
n
p
r
s
t
u
x
y
z
Variables
a
b
c
f
g
h
i
k
l
n
p
r
s
t
u
x
y
z
Files
File List
File Members
All
c
n
Functions
c
Typedefs
c
Enumerations
Enumerator
c
Macros
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
CapsuleClient
Include
Capsule
CPoint3d.h
Go to the documentation of this file.
1
// Copyright. 2019 - 2024 PSBD. All rights reserved.
2
3
#pragma once
4
8
typedef
struct
clCPoint3d
{
9
float
x
;
10
float
y
;
11
float
z
;
12
}
clCPoint3d
;
clCPoint3d
Three-dimensional point.
Definition
CPoint3d.h:8
clCPoint3d::y
float y
Definition
CPoint3d.h:10
clCPoint3d::z
float z
Definition
CPoint3d.h:11
clCPoint3d::x
float x
Definition
CPoint3d.h:9
Generated by
1.9.7