Table of Contents

Class PopModelMat

Namespace
Hi.Disp
Assembly
HiDisp.dll

Call Pop() for Hi.Disp.Bind.modelMatStack in Display(Bind). This function is only for test purpose. Since the ExpandToBox3d(Box3d) just expand the translation part of the mat to the target box. This function should be use with PushModelMat.

public class PopModelMat : IDisplayee, IExpandToBox3d
Inheritance
PopModelMat
Implements
Inherited Members
Extension Methods

Constructors

PopModelMat()

Initializes a new instance of the PopModelMat class.

public PopModelMat()

Methods

Display(Bind)

Display function called in DispEngine rendering loop.

public void Display(Bind bind)

Parameters

bind Bind

Bind with DispEngine. See Bind.

ExpandToBox3d(Box3d)

Expands the destination box. This function is usually used to compute the bounding box of elements.

public void ExpandToBox3d(Box3d dst)

Parameters

dst Box3d

Destination box