Example
Loading...
Searching...
No Matches
CPoint3d.h
Go to the documentation of this file.
1// Copyright. 2019 - 2024 PSBD. All rights reserved.
2
3#pragma once
4
8typedef struct clCPoint3d {
9 float x;
10 float y;
11 float z;
Three-dimensional point.
Definition CPoint3d.h:8
float y
Definition CPoint3d.h:10
float z
Definition CPoint3d.h:11
float x
Definition CPoint3d.h:9