Struct FourAabb
Syntax
Fields
MaxX
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float4 |
|
MaxY
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float4 |
|
MinX
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float4 |
|
MinY
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float4 |
|
Properties
Empty
Declaration
public static FourAabb Empty { get; }
Property Value
Methods
DistanceFromAabbSquared(ref FourAabb)
Declaration
public float4 DistanceFromAabbSquared(ref FourAabb aabb)
Parameters
Returns
Type |
Description |
Unity.Mathematics.float4 |
|
DistanceFromPointSquared(ref FourPoints)
Declaration
public float4 DistanceFromPointSquared(ref FourPoints fourPoints)
Parameters
Returns
Type |
Description |
Unity.Mathematics.float4 |
|
GetAabb(Int32)
Declaration
public Aabb GetAabb(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
GetAABB(Int32)
Declaration
public Aabb GetAABB(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
GetAabbT(Int32)
Declaration
public FourAabb GetAabbT(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
GetCompoundAabb()
Declaration
public Aabb GetCompoundAabb()
Returns
Overlap(ref FourAabb)
Declaration
public bool4 Overlap(ref FourAabb aabb)
Parameters
Returns
Type |
Description |
Unity.Mathematics.bool4 |
|
Overlap1Vs4(ref FourAabb)
Declaration
public bool4 Overlap1Vs4(ref FourAabb aabbT)
Parameters
Returns
Type |
Description |
Unity.Mathematics.bool4 |
|
Overlap1Vs4(ref FourAabb, Int32)
Declaration
public bool4 Overlap1Vs4(ref FourAabb other, int index)
Parameters
Returns
Type |
Description |
Unity.Mathematics.bool4 |
|
OverlapPoint(float2)
Declaration
public bool4 OverlapPoint(float2 point)
Parameters
Type |
Name |
Description |
Unity.Mathematics.float2 |
point |
|
Returns
Type |
Description |
Unity.Mathematics.bool4 |
|
Raycast(Ray, Single, out float4)
Declaration
public bool4 Raycast(Ray ray, float maxFraction, out float4 fractions)
Parameters
Type |
Name |
Description |
Ray |
ray |
|
Single |
maxFraction |
|
Unity.Mathematics.float4 |
fractions |
|
Returns
Type |
Description |
Unity.Mathematics.bool4 |
|
SetAabb(Int32, Aabb)
Declaration
public void SetAabb(int index, Aabb aabb)
Parameters
SetAllAabbs(Aabb)
Declaration
public void SetAllAabbs(Aabb aabb)
Parameters
Type |
Name |
Description |
Aabb |
aabb |
|