[Overview][Types][Classes][Procedures and functions][Index] |
Initializes the vector, setting its elements to the values passed to the constructor.
Source position: matrix.pp line 102
constructor Tvector3_double.init( |
a: Double; |
b: Double; |
c: Double |
); |