F_VN_ContainerAverageElementwise3
Calculate the elementwise average of 3D elements in a container.
Syntax
Definition:
FUNCTION F_VN_ContainerAverageElementwise3 : HRESULT
VAR_INPUT
    ipSrcContainer : ITcVnContainer;
END_VAR
VAR_IN_OUT
    aAverage       : TcVnVector3_LREAL;
END_VAR
VAR_INPUT
    hrPrev         : HRESULT;
END_VAR
           Inputs
 Inputs
| Name | Type | Description | 
|---|---|---|
| ipSrcContainer | Source container with 3D points or vectors | |
| hrPrev | HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | 
Further information
The table below shows which functions can be used for which container type:
| Types of containers | Usable functions | 
|---|---|
| Containers of elements | |
| Containers of vectors, each with 2 elements | |
| Containers of vectors, each with 3 elements | |
| Containers of vectors, each with 4 elements | 
Required License
TC3 Vision Base
 Return value
 Return value