[Overview][Constants][Types][Procedures and functions][Index] |
Vektor v 4D.
Source position: DMath.pas line 32
type TVec4f = packed record |
case Integer of |
0: ( |
X: Single; |
Y: Single; |
Z: Single; |
W: Single; |
); |
1: ( |
Arr: array [0..3] of Single; |
); |
end; |