PathEngine home | previous: | next: |
Adds a sequence of (connected) 3D lines.
void addLineSequence(float const * points_Buffer, uint32_t points_BufferEntries); |
points_Buffer, points_BufferEntries |
(See |
You can add a single line by passing just two points.
void addLineSequence(float[] points); |
void addLineSequence(float[] points); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |