editor › Globals › AlignmentEqualityTester
Class: AlignmentEqualityTester
Given two IMeshLocalAlignment, this class can tell, whether they result in the same geometry.
Hierarchy
- AlignmentEqualityTester
Index
Properties
Methods
Properties
Private normalsCache
• normalsCache: Map‹MeshSurface‹›, Vector3‹›› = new Map
Defined in src/modules/kyub.core.boxel/src/GridInferring/AlignmentEqualityTester.ts:18
Private pointCache
• pointCache: Map‹MeshSurface‹›, Vector3‹›[]› = new Map
Defined in src/modules/kyub.core.boxel/src/GridInferring/AlignmentEqualityTester.ts:19
Methods
alignmentsEqual
▸ alignmentsEqual(alignmentA: IMeshLocalAlignment, alignmentB: IMeshLocalAlignment): boolean
Defined in src/modules/kyub.core.boxel/src/GridInferring/AlignmentEqualityTester.ts:21
Parameters:
| Name | Type |
|---|---|
alignmentA |
IMeshLocalAlignment |
alignmentB |
IMeshLocalAlignment |
Returns: boolean