1rtcGetGeometryNextHalfEdgeE(m3b)ree Ray Tracing Kernelrstc3GetGeometryNextHalfEdge(3)
2
3
4
5 NAME
6 rtcGetGeometryNextHalfEdge - returns the next half edge
7
8 SYNOPSIS
9 #include <embree3/rtcore.h>
10
11 unsigned int rtcGetGeometryNextHalfEdge(
12 RTCGeometry geometry,
13 unsigned int edgeID
14 );
15
16 DESCRIPTION
17 The rtcGetGeometryNextHalfEdge function returns the ID of the next half
18 edge of the specified half edge (edgeID argument). For instance in the
19 following example the next half edge of e10 is e11.
20
21 This function can only be used for subdivision geometries. As all
22 topologies of a subdivision geometry share the same face buffer the
23 function does not depend on the topology ID.
24
25 EXIT STATUS
26 On failure an error code is set that can be queried using rtcGetDe‐
27 viceError.
28
29 SEE ALSO
30 [rtcGetGeometryFirstHalfEdge], [rtcGetGeometryFace], [rtcGetGeometryOp‐
31 positeHalfEdge], [rtcGetGeometryNextHalfEdge], [rtcGetGeometryPrevi‐
32 ousHalfEdge]
33
34
35
36 rtcGetGeometryNextHalfEdge(3)