Show / Hide Table of Contents

Class OBBCalculator.OBBState

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

Inheritance
System.Object
VisitorState
OBBCalculator.OBBState
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 OBBState : VisitorState, IStateStack

Constructors

OBBState()

Creates a new instance of type OBBState.

Declaration
public OBBState()

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