Unit 'oglVector' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_opengladv]

TVector4fHelper

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: oglvector.pas line 119

type TVector4fHelper = type helper

public

  property x: GLfloat; [rw]

  

  property y: GLfloat; [rw]

  

  property z: GLfloat; [rw]

  

  property w: GLfloat; [rw]

  

  property xy: TVector2f; [rw]

  

  property xyz: TVector3f; [rw]

  

  property xyw: TVector3f; [rw]

  

  function ToInt;

  

  procedure FromInt();

  

  procedure Scale();

  

  function ToString;

  

  procedure Uniform();

  

end;

Inheritance

TVector4fHelper

  



CT Web help

CodeTyphon Studio