Source position: orca_scene3d.pas line 137
type TD3Vector = packed record |
||
case Integer of |
||
0: ( |
||
V: TD3VectorType; |
|
|
); |
||
1: ( |
||
X: single; |
|
|
Y: single; |
|
|
Z: single; |
|
|
W: single; |
|
|
); |
||
end; |
CT Web help |
CodeTyphon Studio |