CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches

line struct More...

#include <vx_types.h>

Public Attributes

vx_float32 start_x
 x index of line start
 
vx_float32 start_y
 y index of line start
 
vx_float32 end_x
 x index of line end
 
vx_float32 end_y
 y index of line end
 

Detailed Description

line struct

Member Data Documentation

◆ end_x

vx_float32 _vx_line2d_t::end_x

x index of line end

◆ end_y

vx_float32 _vx_line2d_t::end_y

y index of line end

◆ start_x

vx_float32 _vx_line2d_t::start_x

x index of line start

◆ start_y

vx_float32 _vx_line2d_t::start_y

y index of line start