Record TPoint3D

Hierarchy
Properties

Unit

Declaration

type TPoint3D = record

Description

Point in 3D with single-precision floating point coordinates

Overview

Fields

Public x: single;
Public y: single;
Public z: single;

Methods

Public procedure Offset(const point3D: TPoint3D);
Public procedure Scale(AScale: single);

Description

Fields

Public x: single;

This item has no description.

Public y: single;

This item has no description.

Public z: single;

This item has no description.

Methods

Public procedure Offset(const point3D: TPoint3D);

Offsets the point by the given 3D vector

Public procedure Scale(AScale: single);

Scale the point (as a vector from the origin)