Table of Contents

Class PushModelMat

Namespace
Hi.Disp
Assembly
HiDisp.dll

Call Push() 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 PopModelMat.

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

Constructors

PushModelMat()

Initializes a new instance of the PushModelMat class.

public PushModelMat()

Properties

Mat

Pushed matrix.

public Mat4d Mat { get; set; }

Property Value

Mat4d

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