CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
MeshReconstruction::Vec3结构体 参考

#include <DataStructs.h>

+ MeshReconstruction::Vec3 的协作图:

Public 成员函数

double Norm () const
 
Vec3 Normalized () const
 
Vec3 operator* (double c) const
 
Vec3 operator+ (Vec3 const &o) const
 
Vec3 operator- (Vec3 const &o) const
 

Public 属性

double x
 
double y
 
double z
 

详细描述

在文件 DataStructs.h8 行定义.

成员函数说明

◆ Norm()

double MeshReconstruction::Vec3::Norm ( ) const
inline

在文件 DataStructs.h27 行定义.

引用了 x, y , 以及 z.

被这些函数引用 MeshReconstruction::MarchCube() , 以及 Normalized().

+ 这是这个函数的调用关系图:

◆ Normalized()

Vec3 MeshReconstruction::Vec3::Normalized ( ) const
inline

在文件 DataStructs.h32 行定义.

引用了 Norm(), x, y , 以及 z.

+ 函数调用图:

◆ operator*()

Vec3 MeshReconstruction::Vec3::operator* ( double c) const
inline

在文件 DataStructs.h22 行定义.

引用了 x, y , 以及 z.

◆ operator+()

Vec3 MeshReconstruction::Vec3::operator+ ( Vec3 const & o) const
inline

在文件 DataStructs.h12 行定义.

引用了 x, y , 以及 z.

◆ operator-()

Vec3 MeshReconstruction::Vec3::operator- ( Vec3 const & o) const
inline

在文件 DataStructs.h17 行定义.

引用了 x, y , 以及 z.

类成员变量说明

◆ x

double MeshReconstruction::Vec3::x

◆ y

double MeshReconstruction::Vec3::y

◆ z

double MeshReconstruction::Vec3::z

该结构体的文档由以下文件生成: