Show / Hide Table of Contents

Class AABBCalculator.AABBState

Contains the model view state while traversing the scene to generate the ABB.

Inheritance
System.Object
VisitorState
AABBCalculator.AABBState
Implements
IStateStack
Inherited Members
VisitorState.RegisterState(IStateStack)
VisitorState.Push()
VisitorState.Pop()
VisitorState.Clear()
VisitorState.Depth
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core
Assembly: Fusee.Engine.Core.dll
Syntax
public class AABBState : VisitorState, IStateStack

Constructors

AABBState()

Creates a new instance of type AABBState.

Declaration
public AABBState()

Properties

ModelView

The model view matrix.

Declaration
public float4x4 ModelView { get; set; }
Property Value
Type Description
float4x4

Implements

IStateStack
Generated by DocFX
GitHub Repo
Back to top