Unit CastleVectorsInternalSingle

Functions and Procedures
Constants
Variables

Description

Define the vectors and matrices using Single 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 TVector3.

Uses

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 = Single;

Description

Types

TGenericScalar = Single;

Internal type, always means Single within the CastleVectorsInternalSingle unit.


Generated by PasDoc 0.16.0.