Record TPoint3D
Unit
Declaration
type TPoint3D = record
Description
Point in 3D with single-precision floating point coordinates
Overview
Fields
x: single; |
|
y: single; |
|
z: single; |
Methods
procedure Offset(const point3D: TPoint3D); |
|
procedure Scale(AScale: single); |
Description
Fields
x: single; |
|
This item has no description. |
y: single; |
|
This item has no description. |
z: single; |
|
This item has no description. |
Methods
procedure Offset(const point3D: TPoint3D); |
|
Offsets the point by the given 3D vector |
procedure Scale(AScale: single); |
|
|