Unit CastleVectorsInternalDouble

Description

Define the vectors and matrices using Double float precision.

This is an internal unit: do not use this in your code, you do not want to have the types like TGenericScalar or TGenericVector3 defined.

Instead use the types exposed by CastleVectors unit, like TVector3Double.

Source: base/castlevectorsinternaldouble.pas (line 8).

Uses

  • SysUtils

Overview

Classes, Interfaces, Objects and Records

Name Description
Packed Record TGenericVector2 Vector of 2 floating-point values.
Packed Record TGenericVector3 Vector of 3 floating-point values.
Packed Record TGenericVector4 Vector of 4 floating-point values.
Record TGenericMatrix2 2x2 matrix of floating-point values.
Record TGenericMatrix3 3x3 matrix of floating-point values.
Record TGenericMatrix4 4x4 matrix of floating-point values.

Types

TGenericScalar = Double;

Description

Types

TGenericScalar = Double;

Internal type, always means Double within the CastleVectorsInternalDouble unit.

Source: base/castlevectorsinternaldouble.pas (line 19).


Generated by PasDoc 0.17.0.snapshot.