UNPKG

@three3d/tools

Version:

@three3d/tools 提供了 ThreeJS 常用的工具库

30 lines (21 loc) 986 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/tools](./tools.md) &gt; [FrenetFrameRelation](./tools.frenetframerelation.md) ## FrenetFrameRelation enum 表示两个 FrenetFrame 的关系 **Signature:** ```typescript export declare enum FrenetFrameRelation ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | AllOblique | <code>0</code> | 所有的轴都是斜着的 | | BinormalReverse | <code>128</code> | 副法线反向 | | BinormalSame | <code>64</code> | 副法线同向 | | BinormalVertical | <code>256</code> | 副法线垂直 | | NormalReverse | <code>16</code> | 法线反向 | | NormalSame | <code>8</code> | 法线同向 | | NormalVertical | <code>32</code> | 法线垂直 | | TangentReverse | <code>2</code> | 切线反向 | | TangentSame | <code>1</code> | 切线同向 | | TangentVertical | <code>4</code> | 切线垂直 |