Packed Record TPoint3D_128

Hierarchy
Properties

Unit

Declaration

type TPoint3D_128 = packed record

Description

Point in 3D / 4D

Overview

Fields

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

Methods

Public procedure Offset(const point3D_128: TPoint3D_128);
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.

Public t: single;

This item has no description.

Methods

Public procedure Offset(const point3D_128: TPoint3D_128);

This item has no description.

Public procedure Scale(AScale: single);

This item has no description.