Unravel Engine C# Reference
Loading...
Searching...
No Matches
Bounds Member List

This is the complete list of members for Bounds, including all inherited members.

AddPoint(Vector3 point)Bounds
Bounds(Vector3 min, Vector3 max)Bounds
Bounds(float xMin, float yMin, float zMin, float xMax, float yMax, float zMax)Bounds
ContainsPoint(Vector3 p)Bounds
ContainsPoint(Vector3 p, Vector3 tol)Bounds
ContainsPoint(Vector3 p, float tol)Bounds
EmptyBoundsstatic
Equals(object obj)Bounds
Equals(Bounds other)Bounds
GetCenter()Bounds
GetCorners()Bounds
GetDimensions()Bounds
GetExtents()Bounds
GetHashCode()Bounds
Inflate(float amount)Bounds
Inflate(Vector3 amount)Bounds
Intersect(Bounds b)Bounds
Intersect(Bounds b, out bool contained)Bounds
Intersect(Bounds b, out Bounds intersection)Bounds
Intersect(Bounds b, Vector3 tol)Bounds
Intersect(Vector3 origin, Vector3 dir, out float t, bool restrictRange=true)Bounds
IsDegenerate(float epsilon=float.Epsilon)Bounds
IsPopulated()Bounds
MaxBounds
MinBounds
operator!=(Bounds a, Bounds b)Boundsstatic
operator*(Bounds b, float s)Boundsstatic
operator+(Bounds b, Vector3 shift)Boundsstatic
operator-(Bounds b, Vector3 shift)Boundsstatic
operator==(Bounds a, Bounds b)Boundsstatic
Reset()Bounds
Slab(float o, float d, float mn, float mx, ref float t0, ref float t1)Bounds