- Preparing search index...
- The search index is not available
feng3d
Methods
classifyPoint
- classifyPoint(p: Vector3): 0 | 1 | -1
-
Returns 0 | 1 | -1
classifySegment
- classifySegment(segment: Segment3): 0 | 1 | -1 | 2
-
Returns 0 | 1 | -1 | 2
classifyTriangle
- classifyTriangle(_triangle: Triangle3): void
-
Returns void
containsPoint
- containsPoint(p: Vector3): boolean
-
Returns boolean
isClosed
- isClosed(): boolean
-
Returns boolean
由三角形构成的几何体
限定: