464 lines
15 KiB
YAML
464 lines
15 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Ghost.Graphics.Core.Frustum
|
|
commentId: T:Ghost.Graphics.Core.Frustum
|
|
id: Frustum
|
|
parent: Ghost.Graphics.Core
|
|
children:
|
|
- Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes(Misaki.HighPerformance.Mathematics.float4x4,Ghost.Graphics.Core.Frustum.plane_array@)
|
|
- Ghost.Graphics.Core.Frustum.corners
|
|
- Ghost.Graphics.Core.Frustum.planes
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Frustum
|
|
nameWithType: Frustum
|
|
fullName: Ghost.Graphics.Core.Frustum
|
|
type: Struct
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/RenderRequest.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: Frustum
|
|
path: src/Runtime/Ghost.Graphics/Core/RenderRequest.cs
|
|
startLine: 16
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public struct Frustum
|
|
content.vb: Public Structure Frustum
|
|
inheritedMembers:
|
|
- System.ValueType.Equals(System.Object)
|
|
- System.ValueType.GetHashCode
|
|
- System.ValueType.ToString
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetType
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- uid: Ghost.Graphics.Core.Frustum.planes
|
|
commentId: F:Ghost.Graphics.Core.Frustum.planes
|
|
id: planes
|
|
parent: Ghost.Graphics.Core.Frustum
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: planes
|
|
nameWithType: Frustum.planes
|
|
fullName: Ghost.Graphics.Core.Frustum.planes
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/RenderRequest.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: planes
|
|
path: src/Runtime/Ghost.Graphics/Core/RenderRequest.cs
|
|
startLine: 31
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public Frustum.plane_array planes
|
|
return:
|
|
type: Ghost.Graphics.Core.Frustum.plane_array
|
|
content.vb: Public planes As Frustum.plane_array
|
|
- uid: Ghost.Graphics.Core.Frustum.corners
|
|
commentId: F:Ghost.Graphics.Core.Frustum.corners
|
|
id: corners
|
|
parent: Ghost.Graphics.Core.Frustum
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: corners
|
|
nameWithType: Frustum.corners
|
|
fullName: Ghost.Graphics.Core.Frustum.corners
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/RenderRequest.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: corners
|
|
path: src/Runtime/Ghost.Graphics/Core/RenderRequest.cs
|
|
startLine: 32
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public Frustum.corner_array corners
|
|
return:
|
|
type: Ghost.Graphics.Core.Frustum.corner_array
|
|
content.vb: Public corners As Frustum.corner_array
|
|
- uid: Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes(Misaki.HighPerformance.Mathematics.float4x4,Ghost.Graphics.Core.Frustum.plane_array@)
|
|
commentId: M:Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes(Misaki.HighPerformance.Mathematics.float4x4,Ghost.Graphics.Core.Frustum.plane_array@)
|
|
id: CalculateFrustumPlanes(Misaki.HighPerformance.Mathematics.float4x4,Ghost.Graphics.Core.Frustum.plane_array@)
|
|
parent: Ghost.Graphics.Core.Frustum
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CalculateFrustumPlanes(float4x4, ref plane_array)
|
|
nameWithType: Frustum.CalculateFrustumPlanes(float4x4, ref Frustum.plane_array)
|
|
fullName: Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes(Misaki.HighPerformance.Mathematics.float4x4, ref Ghost.Graphics.Core.Frustum.plane_array)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/RenderRequest.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: CalculateFrustumPlanes
|
|
path: src/Runtime/Ghost.Graphics/Core/RenderRequest.cs
|
|
startLine: 34
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public static void CalculateFrustumPlanes(float4x4 finalMatrix, ref Frustum.plane_array outPlanes)
|
|
parameters:
|
|
- id: finalMatrix
|
|
type: Misaki.HighPerformance.Mathematics.float4x4
|
|
- id: outPlanes
|
|
type: Ghost.Graphics.Core.Frustum.plane_array
|
|
content.vb: Public Shared Sub CalculateFrustumPlanes(finalMatrix As float4x4, outPlanes As Frustum.plane_array)
|
|
overload: Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes*
|
|
nameWithType.vb: Frustum.CalculateFrustumPlanes(float4x4, Frustum.plane_array)
|
|
fullName.vb: Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes(Misaki.HighPerformance.Mathematics.float4x4, Ghost.Graphics.Core.Frustum.plane_array)
|
|
name.vb: CalculateFrustumPlanes(float4x4, plane_array)
|
|
references:
|
|
- uid: Ghost.Graphics.Core
|
|
commentId: N:Ghost.Graphics.Core
|
|
href: Ghost.html
|
|
name: Ghost.Graphics.Core
|
|
nameWithType: Ghost.Graphics.Core
|
|
fullName: Ghost.Graphics.Core
|
|
spec.csharp:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Graphics
|
|
name: Graphics
|
|
href: Ghost.Graphics.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.Core
|
|
name: Core
|
|
href: Ghost.Graphics.Core.html
|
|
spec.vb:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Graphics
|
|
name: Graphics
|
|
href: Ghost.Graphics.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.Core
|
|
name: Core
|
|
href: Ghost.Graphics.Core.html
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
commentId: M:System.ValueType.Equals(System.Object)
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
name: Equals(object)
|
|
nameWithType: ValueType.Equals(object)
|
|
fullName: System.ValueType.Equals(object)
|
|
nameWithType.vb: ValueType.Equals(Object)
|
|
fullName.vb: System.ValueType.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.ValueType.GetHashCode
|
|
commentId: M:System.ValueType.GetHashCode
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: ValueType.GetHashCode()
|
|
fullName: System.ValueType.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.ValueType.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.ValueType.ToString
|
|
commentId: M:System.ValueType.ToString
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
name: ToString()
|
|
nameWithType: ValueType.ToString()
|
|
fullName: System.ValueType.ToString()
|
|
spec.csharp:
|
|
- uid: System.ValueType.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.ValueType
|
|
commentId: T:System.ValueType
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype
|
|
name: ValueType
|
|
nameWithType: ValueType
|
|
fullName: System.ValueType
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: Ghost.Graphics.Core.Frustum.plane_array
|
|
commentId: T:Ghost.Graphics.Core.Frustum.plane_array
|
|
parent: Ghost.Graphics.Core
|
|
href: Ghost.Graphics.Core.Frustum.html
|
|
name: Frustum.plane_array
|
|
nameWithType: Frustum.plane_array
|
|
fullName: Ghost.Graphics.Core.Frustum.plane_array
|
|
spec.csharp:
|
|
- uid: Ghost.Graphics.Core.Frustum
|
|
name: Frustum
|
|
href: Ghost.Graphics.Core.Frustum.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.Core.Frustum.plane_array
|
|
name: plane_array
|
|
href: Ghost.Graphics.Core.Frustum.plane_array.html
|
|
spec.vb:
|
|
- uid: Ghost.Graphics.Core.Frustum
|
|
name: Frustum
|
|
href: Ghost.Graphics.Core.Frustum.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.Core.Frustum.plane_array
|
|
name: plane_array
|
|
href: Ghost.Graphics.Core.Frustum.plane_array.html
|
|
- uid: Ghost.Graphics.Core.Frustum.corner_array
|
|
commentId: T:Ghost.Graphics.Core.Frustum.corner_array
|
|
parent: Ghost.Graphics.Core
|
|
href: Ghost.Graphics.Core.Frustum.html
|
|
name: Frustum.corner_array
|
|
nameWithType: Frustum.corner_array
|
|
fullName: Ghost.Graphics.Core.Frustum.corner_array
|
|
spec.csharp:
|
|
- uid: Ghost.Graphics.Core.Frustum
|
|
name: Frustum
|
|
href: Ghost.Graphics.Core.Frustum.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.Core.Frustum.corner_array
|
|
name: corner_array
|
|
href: Ghost.Graphics.Core.Frustum.corner_array.html
|
|
spec.vb:
|
|
- uid: Ghost.Graphics.Core.Frustum
|
|
name: Frustum
|
|
href: Ghost.Graphics.Core.Frustum.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.Core.Frustum.corner_array
|
|
name: corner_array
|
|
href: Ghost.Graphics.Core.Frustum.corner_array.html
|
|
- uid: Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes*
|
|
commentId: Overload:Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes
|
|
href: Ghost.Graphics.Core.Frustum.html#Ghost_Graphics_Core_Frustum_CalculateFrustumPlanes_Misaki_HighPerformance_Mathematics_float4x4_Ghost_Graphics_Core_Frustum_plane_array__
|
|
name: CalculateFrustumPlanes
|
|
nameWithType: Frustum.CalculateFrustumPlanes
|
|
fullName: Ghost.Graphics.Core.Frustum.CalculateFrustumPlanes
|
|
- uid: Misaki.HighPerformance.Mathematics.float4x4
|
|
commentId: T:Misaki.HighPerformance.Mathematics.float4x4
|
|
parent: Misaki.HighPerformance.Mathematics
|
|
isExternal: true
|
|
name: float4x4
|
|
nameWithType: float4x4
|
|
fullName: Misaki.HighPerformance.Mathematics.float4x4
|
|
- uid: Misaki.HighPerformance.Mathematics
|
|
commentId: N:Misaki.HighPerformance.Mathematics
|
|
isExternal: true
|
|
name: Misaki.HighPerformance.Mathematics
|
|
nameWithType: Misaki.HighPerformance.Mathematics
|
|
fullName: Misaki.HighPerformance.Mathematics
|
|
spec.csharp:
|
|
- uid: Misaki
|
|
name: Misaki
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance
|
|
name: HighPerformance
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance.Mathematics
|
|
name: Mathematics
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Misaki
|
|
name: Misaki
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance
|
|
name: HighPerformance
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance.Mathematics
|
|
name: Mathematics
|
|
isExternal: true
|