NANA
Public 属性 | 所有成员列表
NANA::ComputerGeometry::Plane_< _Tp > 模板类 参考

自定义平面类 更多...

#include <geometrytypes.hpp>

Public 属性

union {
   struct {
      _Tp   a
 
      _Tp   b
 
      _Tp   c
 
      _Tp   d
 
   } 
 
   _Tp   data [4]
 数据部分 更多...
 
}; 
 

详细描述

template<typename _Tp>
class NANA::ComputerGeometry::Plane_< _Tp >

自定义平面类

作者
yurutu
日期
2022/03/25

在文件 geometrytypes.hpp110 行定义.

类成员变量说明

◆ a

template<typename _Tp >
_Tp NANA::ComputerGeometry::Plane_< _Tp >::a

在文件 geometrytypes.hpp113 行定义.

◆ b

template<typename _Tp >
_Tp NANA::ComputerGeometry::Plane_< _Tp >::b

在文件 geometrytypes.hpp114 行定义.

◆ c

template<typename _Tp >
_Tp NANA::ComputerGeometry::Plane_< _Tp >::c

在文件 geometrytypes.hpp115 行定义.

◆ d

template<typename _Tp >
_Tp NANA::ComputerGeometry::Plane_< _Tp >::d

在文件 geometrytypes.hpp116 行定义.

◆ data

template<typename _Tp >
_Tp NANA::ComputerGeometry::Plane_< _Tp >::data[4]

数据部分

在文件 geometrytypes.hpp118 行定义.


该类的文档由以下文件生成: