refactor project structure and add documents.
This commit is contained in:
@@ -0,0 +1,977 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
commentId: T:Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
id: OBB
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry
|
||||
children:
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.#ctor(Misaki.HighPerformance.Mathematics.quaternion,Misaki.HighPerformance.Mathematics.float3)
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.Center
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.Contains(Misaki.HighPerformance.Mathematics.float3)
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(System.Object)
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.Extents
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.GetHashCode
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.Overlaps(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.Rotation
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.ToAABB
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Equality(Misaki.HighPerformance.Mathematics.Geometry.OBB,Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
- Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Inequality(Misaki.HighPerformance.Mathematics.Geometry.OBB,Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OBB
|
||||
nameWithType: OBB
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: OBB
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 2
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: 'public struct OBB : IEquatable<OBB>'
|
||||
content.vb: Public Structure OBB Implements IEquatable(Of OBB)
|
||||
implements:
|
||||
- System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}
|
||||
inheritedMembers:
|
||||
- System.ValueType.ToString
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetType
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Rotation
|
||||
commentId: P:Misaki.HighPerformance.Mathematics.Geometry.OBB.Rotation
|
||||
id: Rotation
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Rotation
|
||||
nameWithType: OBB.Rotation
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Rotation
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Rotation
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 4
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public quaternion Rotation { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Misaki.HighPerformance.Mathematics.quaternion
|
||||
content.vb: Public Property Rotation As quaternion
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.Rotation*
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Center
|
||||
commentId: P:Misaki.HighPerformance.Mathematics.Geometry.OBB.Center
|
||||
id: Center
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Center
|
||||
nameWithType: OBB.Center
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Center
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Center
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public float3 Center { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Misaki.HighPerformance.Mathematics.float3
|
||||
content.vb: Public Property Center As float3
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.Center*
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Extents
|
||||
commentId: P:Misaki.HighPerformance.Mathematics.Geometry.OBB.Extents
|
||||
id: Extents
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Extents
|
||||
nameWithType: OBB.Extents
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Extents
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Extents
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public float3 Extents { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Misaki.HighPerformance.Mathematics.float3
|
||||
content.vb: Public Property Extents As float3
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.Extents*
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.#ctor(Misaki.HighPerformance.Mathematics.quaternion,Misaki.HighPerformance.Mathematics.float3)
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.#ctor(Misaki.HighPerformance.Mathematics.quaternion,Misaki.HighPerformance.Mathematics.float3)
|
||||
id: '#ctor(Misaki.HighPerformance.Mathematics.quaternion,Misaki.HighPerformance.Mathematics.float3)'
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OBB(quaternion, float3)
|
||||
nameWithType: OBB.OBB(quaternion, float3)
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.OBB(Misaki.HighPerformance.Mathematics.quaternion, Misaki.HighPerformance.Mathematics.float3)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: .ctor
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public OBB(quaternion rotation, float3 extents)
|
||||
parameters:
|
||||
- id: rotation
|
||||
type: Misaki.HighPerformance.Mathematics.quaternion
|
||||
- id: extents
|
||||
type: Misaki.HighPerformance.Mathematics.float3
|
||||
content.vb: Public Sub New(rotation As quaternion, extents As float3)
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.#ctor*
|
||||
nameWithType.vb: OBB.New(quaternion, float3)
|
||||
fullName.vb: Misaki.HighPerformance.Mathematics.Geometry.OBB.New(Misaki.HighPerformance.Mathematics.quaternion, Misaki.HighPerformance.Mathematics.float3)
|
||||
name.vb: New(quaternion, float3)
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Contains(Misaki.HighPerformance.Mathematics.float3)
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.Contains(Misaki.HighPerformance.Mathematics.float3)
|
||||
id: Contains(Misaki.HighPerformance.Mathematics.float3)
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Contains(float3)
|
||||
nameWithType: OBB.Contains(float3)
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Contains(Misaki.HighPerformance.Mathematics.float3)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Contains
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public readonly bool Contains(float3 point)
|
||||
parameters:
|
||||
- id: point
|
||||
type: Misaki.HighPerformance.Mathematics.float3
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Function Contains(point As float3) As Boolean
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.Contains*
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Overlaps(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.Overlaps(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
id: Overlaps(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Overlaps(OBB)
|
||||
nameWithType: OBB.Overlaps(OBB)
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Overlaps(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Overlaps
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public readonly bool Overlaps(OBB other)
|
||||
parameters:
|
||||
- id: other
|
||||
type: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Function Overlaps(other As OBB) As Boolean
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.Overlaps*
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.ToAABB
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.ToAABB
|
||||
id: ToAABB
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToAABB()
|
||||
nameWithType: OBB.ToAABB()
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.ToAABB()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: ToAABB
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public readonly AABB ToAABB()
|
||||
return:
|
||||
type: Misaki.HighPerformance.Mathematics.Geometry.AABB
|
||||
content.vb: Public Function ToAABB() As AABB
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.ToAABB*
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
id: Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Equals(OBB)
|
||||
nameWithType: OBB.Equals(OBB)
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Equals
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
summary: Indicates whether the current object is equal to another object of the same type.
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly bool Equals(OBB other)
|
||||
parameters:
|
||||
- id: other
|
||||
type: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
description: An object to compare with this object.
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the current object is equal to the <code class="paramref">other</code> parameter; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
content.vb: Public Function Equals(other As OBB) As Boolean
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals*
|
||||
implements:
|
||||
- System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(System.Object)
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(System.Object)
|
||||
id: Equals(System.Object)
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Equals(object?)
|
||||
nameWithType: OBB.Equals(object?)
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(object?)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Equals
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
summary: Indicates whether this instance and a specified object are equal.
|
||||
example: []
|
||||
syntax:
|
||||
content: public override readonly bool Equals(object? obj)
|
||||
parameters:
|
||||
- id: obj
|
||||
type: System.Object
|
||||
description: The object to compare with the current instance.
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if <code class="paramref">obj</code> and this instance are the same type and represent the same value; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
content.vb: Public Overrides Function Equals(obj As Object) As Boolean
|
||||
overridden: System.ValueType.Equals(System.Object)
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals*
|
||||
nameWithType.vb: OBB.Equals(Object)
|
||||
fullName.vb: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals(Object)
|
||||
name.vb: Equals(Object)
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.GetHashCode
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.GetHashCode
|
||||
id: GetHashCode
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetHashCode()
|
||||
nameWithType: OBB.GetHashCode()
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.GetHashCode()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: GetHashCode
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 116
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
summary: Returns the hash code for this instance.
|
||||
example: []
|
||||
syntax:
|
||||
content: public override readonly int GetHashCode()
|
||||
return:
|
||||
type: System.Int32
|
||||
description: A 32-bit signed integer that is the hash code for this instance.
|
||||
content.vb: Public Overrides Function GetHashCode() As Integer
|
||||
overridden: System.ValueType.GetHashCode
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.GetHashCode*
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Equality(Misaki.HighPerformance.Mathematics.Geometry.OBB,Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Equality(Misaki.HighPerformance.Mathematics.Geometry.OBB,Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
id: op_Equality(Misaki.HighPerformance.Mathematics.Geometry.OBB,Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: operator ==(OBB, OBB)
|
||||
nameWithType: OBB.operator ==(OBB, OBB)
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.operator ==(Misaki.HighPerformance.Mathematics.Geometry.OBB, Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
type: Operator
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: op_Equality
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public static bool operator ==(OBB left, OBB right)
|
||||
parameters:
|
||||
- id: left
|
||||
type: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
- id: right
|
||||
type: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Shared Operator =(left As OBB, right As OBB) As Boolean
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Equality*
|
||||
nameWithType.vb: OBB.=(OBB, OBB)
|
||||
fullName.vb: Misaki.HighPerformance.Mathematics.Geometry.OBB.=(Misaki.HighPerformance.Mathematics.Geometry.OBB, Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
name.vb: =(OBB, OBB)
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Inequality(Misaki.HighPerformance.Mathematics.Geometry.OBB,Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
commentId: M:Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Inequality(Misaki.HighPerformance.Mathematics.Geometry.OBB,Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
id: op_Inequality(Misaki.HighPerformance.Mathematics.Geometry.OBB,Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: operator !=(OBB, OBB)
|
||||
nameWithType: OBB.operator !=(OBB, OBB)
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.operator !=(Misaki.HighPerformance.Mathematics.Geometry.OBB, Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
type: Operator
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: op_Inequality
|
||||
path: src/Misaki.HighPerformance.Mathematics/Geometry/OBB.cs
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Misaki.HighPerformance.Mathematics
|
||||
namespace: Misaki.HighPerformance.Mathematics.Geometry
|
||||
syntax:
|
||||
content: public static bool operator !=(OBB left, OBB right)
|
||||
parameters:
|
||||
- id: left
|
||||
type: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
- id: right
|
||||
type: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Shared Operator <>(left As OBB, right As OBB) As Boolean
|
||||
overload: Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Inequality*
|
||||
nameWithType.vb: OBB.<>(OBB, OBB)
|
||||
fullName.vb: Misaki.HighPerformance.Mathematics.Geometry.OBB.<>(Misaki.HighPerformance.Mathematics.Geometry.OBB, Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
name.vb: <>(OBB, OBB)
|
||||
references:
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry
|
||||
commentId: N:Misaki.HighPerformance.Mathematics.Geometry
|
||||
href: Misaki.html
|
||||
name: Misaki.HighPerformance.Mathematics.Geometry
|
||||
nameWithType: Misaki.HighPerformance.Mathematics.Geometry
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry
|
||||
spec.csharp:
|
||||
- uid: Misaki
|
||||
name: Misaki
|
||||
href: Misaki.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance
|
||||
name: HighPerformance
|
||||
href: Misaki.HighPerformance.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance.Mathematics
|
||||
name: Mathematics
|
||||
href: Misaki.HighPerformance.Mathematics.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry
|
||||
name: Geometry
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.html
|
||||
spec.vb:
|
||||
- uid: Misaki
|
||||
name: Misaki
|
||||
href: Misaki.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance
|
||||
name: HighPerformance
|
||||
href: Misaki.HighPerformance.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance.Mathematics
|
||||
name: Mathematics
|
||||
href: Misaki.HighPerformance.Mathematics.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry
|
||||
name: Geometry
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.html
|
||||
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}
|
||||
commentId: T:System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}
|
||||
parent: System
|
||||
definition: System.IEquatable`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
||||
name: IEquatable<OBB>
|
||||
nameWithType: IEquatable<OBB>
|
||||
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.Geometry.OBB>
|
||||
nameWithType.vb: IEquatable(Of OBB)
|
||||
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
name.vb: IEquatable(Of OBB)
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
||||
- name: <
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
name: OBB
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
name: OBB
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html
|
||||
- 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.IEquatable`1
|
||||
commentId: T:System.IEquatable`1
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
||||
name: IEquatable<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
nameWithType.vb: IEquatable(Of T)
|
||||
fullName.vb: System.IEquatable(Of T)
|
||||
name.vb: IEquatable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- 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: Misaki.HighPerformance.Mathematics.Geometry.OBB.Rotation*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.Rotation
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_Rotation
|
||||
name: Rotation
|
||||
nameWithType: OBB.Rotation
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Rotation
|
||||
- uid: Misaki.HighPerformance.Mathematics.quaternion
|
||||
commentId: T:Misaki.HighPerformance.Mathematics.quaternion
|
||||
parent: Misaki.HighPerformance.Mathematics
|
||||
href: Misaki.HighPerformance.Mathematics.quaternion.html
|
||||
name: quaternion
|
||||
nameWithType: quaternion
|
||||
fullName: Misaki.HighPerformance.Mathematics.quaternion
|
||||
- uid: Misaki.HighPerformance.Mathematics
|
||||
commentId: N:Misaki.HighPerformance.Mathematics
|
||||
href: Misaki.html
|
||||
name: Misaki.HighPerformance.Mathematics
|
||||
nameWithType: Misaki.HighPerformance.Mathematics
|
||||
fullName: Misaki.HighPerformance.Mathematics
|
||||
spec.csharp:
|
||||
- uid: Misaki
|
||||
name: Misaki
|
||||
href: Misaki.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance
|
||||
name: HighPerformance
|
||||
href: Misaki.HighPerformance.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance.Mathematics
|
||||
name: Mathematics
|
||||
href: Misaki.HighPerformance.Mathematics.html
|
||||
spec.vb:
|
||||
- uid: Misaki
|
||||
name: Misaki
|
||||
href: Misaki.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance
|
||||
name: HighPerformance
|
||||
href: Misaki.HighPerformance.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance.Mathematics
|
||||
name: Mathematics
|
||||
href: Misaki.HighPerformance.Mathematics.html
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Center*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.Center
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_Center
|
||||
name: Center
|
||||
nameWithType: OBB.Center
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Center
|
||||
- uid: Misaki.HighPerformance.Mathematics.float3
|
||||
commentId: T:Misaki.HighPerformance.Mathematics.float3
|
||||
parent: Misaki.HighPerformance.Mathematics
|
||||
href: Misaki.HighPerformance.Mathematics.float3.html
|
||||
name: float3
|
||||
nameWithType: float3
|
||||
fullName: Misaki.HighPerformance.Mathematics.float3
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Extents*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.Extents
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_Extents
|
||||
name: Extents
|
||||
nameWithType: OBB.Extents
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Extents
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.#ctor*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.#ctor
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB__ctor_Misaki_HighPerformance_Mathematics_quaternion_Misaki_HighPerformance_Mathematics_float3_
|
||||
name: OBB
|
||||
nameWithType: OBB.OBB
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.OBB
|
||||
nameWithType.vb: OBB.New
|
||||
fullName.vb: Misaki.HighPerformance.Mathematics.Geometry.OBB.New
|
||||
name.vb: New
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Contains*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.Contains
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_Contains_Misaki_HighPerformance_Mathematics_float3_
|
||||
name: Contains
|
||||
nameWithType: OBB.Contains
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Contains
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
name: bool
|
||||
nameWithType: bool
|
||||
fullName: bool
|
||||
nameWithType.vb: Boolean
|
||||
fullName.vb: Boolean
|
||||
name.vb: Boolean
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Overlaps*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.Overlaps
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_Overlaps_Misaki_HighPerformance_Mathematics_Geometry_OBB_
|
||||
name: Overlaps
|
||||
nameWithType: OBB.Overlaps
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Overlaps
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
commentId: T:Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html
|
||||
name: OBB
|
||||
nameWithType: OBB
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.ToAABB*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.ToAABB
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_ToAABB
|
||||
name: ToAABB
|
||||
nameWithType: OBB.ToAABB
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.ToAABB
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.AABB
|
||||
commentId: T:Misaki.HighPerformance.Mathematics.Geometry.AABB
|
||||
parent: Misaki.HighPerformance.Mathematics.Geometry
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.AABB.html
|
||||
name: AABB
|
||||
nameWithType: AABB
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.AABB
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_Equals_Misaki_HighPerformance_Mathematics_Geometry_OBB_
|
||||
name: Equals
|
||||
nameWithType: OBB.Equals
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.Equals
|
||||
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
commentId: M:System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
parent: System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}
|
||||
definition: System.IEquatable`1.Equals(`0)
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
||||
name: Equals(OBB)
|
||||
nameWithType: IEquatable<OBB>.Equals(OBB)
|
||||
fullName: System.IEquatable<Misaki.HighPerformance.Mathematics.Geometry.OBB>.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
nameWithType.vb: IEquatable(Of OBB).Equals(OBB)
|
||||
fullName.vb: System.IEquatable(Of Misaki.HighPerformance.Mathematics.Geometry.OBB).Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
||||
- name: (
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
name: OBB
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.IEquatable{Misaki.HighPerformance.Mathematics.Geometry.OBB}.Equals(Misaki.HighPerformance.Mathematics.Geometry.OBB)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
||||
- name: (
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB
|
||||
name: OBB
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html
|
||||
- name: )
|
||||
- uid: System.IEquatable`1.Equals(`0)
|
||||
commentId: M:System.IEquatable`1.Equals(`0)
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
||||
name: Equals(T)
|
||||
nameWithType: IEquatable<T>.Equals(T)
|
||||
fullName: System.IEquatable<T>.Equals(T)
|
||||
nameWithType.vb: IEquatable(Of T).Equals(T)
|
||||
fullName.vb: System.IEquatable(Of T).Equals(T)
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1.Equals(`0)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
||||
- name: (
|
||||
- name: T
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1.Equals(`0)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
||||
- name: (
|
||||
- name: T
|
||||
- name: )
|
||||
- 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: Misaki.HighPerformance.Mathematics.Geometry.OBB.GetHashCode*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.GetHashCode
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: OBB.GetHashCode
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.GetHashCode
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||
name: int
|
||||
nameWithType: int
|
||||
fullName: int
|
||||
nameWithType.vb: Integer
|
||||
fullName.vb: Integer
|
||||
name.vb: Integer
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Equality*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Equality
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_op_Equality_Misaki_HighPerformance_Mathematics_Geometry_OBB_Misaki_HighPerformance_Mathematics_Geometry_OBB_
|
||||
name: operator ==
|
||||
nameWithType: OBB.operator ==
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.operator ==
|
||||
nameWithType.vb: OBB.=
|
||||
fullName.vb: Misaki.HighPerformance.Mathematics.Geometry.OBB.=
|
||||
name.vb: =
|
||||
spec.csharp:
|
||||
- name: operator
|
||||
- name: " "
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Equality*
|
||||
name: ==
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_op_Equality_Misaki_HighPerformance_Mathematics_Geometry_OBB_Misaki_HighPerformance_Mathematics_Geometry_OBB_
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Inequality*
|
||||
commentId: Overload:Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Inequality
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_op_Inequality_Misaki_HighPerformance_Mathematics_Geometry_OBB_Misaki_HighPerformance_Mathematics_Geometry_OBB_
|
||||
name: operator !=
|
||||
nameWithType: OBB.operator !=
|
||||
fullName: Misaki.HighPerformance.Mathematics.Geometry.OBB.operator !=
|
||||
nameWithType.vb: OBB.<>
|
||||
fullName.vb: Misaki.HighPerformance.Mathematics.Geometry.OBB.<>
|
||||
name.vb: <>
|
||||
spec.csharp:
|
||||
- name: operator
|
||||
- name: " "
|
||||
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB.op_Inequality*
|
||||
name: '!='
|
||||
href: Misaki.HighPerformance.Mathematics.Geometry.OBB.html#Misaki_HighPerformance_Mathematics_Geometry_OBB_op_Inequality_Misaki_HighPerformance_Mathematics_Geometry_OBB_Misaki_HighPerformance_Mathematics_Geometry_OBB_
|
||||
Reference in New Issue
Block a user