CL_Vector::operator []
Syntax
float&
operator []
(int n);
Parameters
n
-
number of ordinate (starting with 0)
Return value
reference to the n-th ordinate
Description
Returns reference to n-th ordinate (0. == x, 1. == y, ...)
Back to index
This page was built using the Perceps documentation system.