Interface IBGRANormal3D
Unit
Declaration
type IBGRANormal3D = interface(IInterface)
Description
Interface of a normal of a 3D surface
Hierarchy
- IInterface
- IBGRANormal3D
Overview
Methods
![]() |
function GetCustomNormal: TPoint3D; |
![]() |
function GetCustomNormal_128: TPoint3D_128; |
![]() |
function GetViewNormal: TPoint3D; |
![]() |
function GetViewNormal_128: TPoint3D_128; |
![]() |
procedure SetCustomNormal(AValue: TPoint3D); |
![]() |
procedure SetCustomNormal_128(AValue: TPoint3D_128); |
![]() |
procedure SetViewNormal(AValue: TPoint3D); |
![]() |
procedure SetViewNormal_128(AValue: TPoint3D_128); |
Properties
![]() |
property CustomNormal: TPoint3D read GetCustomNormal write SetCustomNormal; |
![]() |
property CustomNormal_128: TPoint3D_128 read GetCustomNormal_128 write SetCustomNormal_128; |
![]() |
property ViewNormal: TPoint3D read GetViewNormal write SetViewNormal; |
![]() |
property ViewNormal_128: TPoint3D_128 read GetViewNormal_128 write SetViewNormal_128; |
Description
Methods
![]() |
function GetCustomNormal: TPoint3D; |
This item has no description. |
![]() |
function GetCustomNormal_128: TPoint3D_128; |
This item has no description. |
![]() |
function GetViewNormal: TPoint3D; |
This item has no description. |
![]() |
function GetViewNormal_128: TPoint3D_128; |
This item has no description. |
![]() |
procedure SetCustomNormal(AValue: TPoint3D); |
This item has no description. |
![]() |
procedure SetCustomNormal_128(AValue: TPoint3D_128); |
This item has no description. |
![]() |
procedure SetViewNormal(AValue: TPoint3D); |
This item has no description. |
![]() |
procedure SetViewNormal_128(AValue: TPoint3D_128); |
This item has no description. |
Properties
![]() |
property CustomNormal: TPoint3D read GetCustomNormal write SetCustomNormal; |
This item has no description. |
![]() |
property CustomNormal_128: TPoint3D_128 read GetCustomNormal_128 write SetCustomNormal_128; |
This item has no description. |
![]() |
property ViewNormal: TPoint3D read GetViewNormal write SetViewNormal; |
This item has no description. |
![]() |
property ViewNormal_128: TPoint3D_128 read GetViewNormal_128 write SetViewNormal_128; |
This item has no description. |