STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsTextureMatrixFactory)
See Also
Windows





Windows & Linux

Description

Initializes a Texture Matrix to the identity matrix.

Syntax

[Visual Basic .NET]
Public Function Initialize() As IAgStkGraphicsTextureMatrix
[C#]
public IAgStkGraphicsTextureMatrix Initialize();
[Managed C++]
public: IAgStkGraphicsTextureMatrix ^ Initialize();
[Unmanaged C++]
public: HRESULT Initialize(
    IAgStkGraphicsTextureMatrix ** ppRetVal
);
[Java]
public IAgStkGraphicsTextureMatrix initialize();
[Python - STK API ]
def Initialize(self) -> "IAgStkGraphicsTextureMatrix":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.